Lots of Gui And Slot related Changes.
This commit is contained in:
@@ -12,6 +12,14 @@ public class AppEngSlot extends Slot
|
||||
NotAvailable, Valid, Invalid
|
||||
};
|
||||
|
||||
public boolean isPlayerSide = false;
|
||||
|
||||
public Slot setPlayerSide()
|
||||
{
|
||||
isPlayerSide = true;
|
||||
return this;
|
||||
}
|
||||
|
||||
public int icon = -1;
|
||||
public hasCalculatedValidness isValid;
|
||||
public int defX, defY;
|
||||
@@ -68,4 +76,9 @@ public class AppEngSlot extends Slot
|
||||
return icon;
|
||||
}
|
||||
|
||||
public boolean isPlayerSide()
|
||||
{
|
||||
return isPlayerSide;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user