mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 17:43:12 +02:00
merloj: missing function fix (SetTileCoord())
This commit is contained in:
parent
ae04f9f4af
commit
68a93d8891
@ -66,6 +66,11 @@ public class Soldier : Base
|
||||
setEnemyTag();
|
||||
}
|
||||
|
||||
public void SetTileCoords(Vector2Int tileCoordinates)
|
||||
{
|
||||
tileCoord = tileCoordinates;
|
||||
}
|
||||
|
||||
public void setEnemyTag()
|
||||
{
|
||||
if(ourType == SoldierType.Ally) enemyType = SoldierType.Enemy;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user