mirror of
https://github.com/DerTyp7/harvestdale-unity.git
synced 2025-10-30 04:57:09 +01:00
add gruid buildingsystem
This commit is contained in:
@@ -9,8 +9,8 @@ public class PlaceableObject : ScriptableObject
|
||||
public int width;
|
||||
public int height;
|
||||
|
||||
public void Place()
|
||||
public Vector3Int GetSizeVector()
|
||||
{
|
||||
Debug.Log("PLACE");
|
||||
return new Vector3Int(width, height, 1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user