This commit is contained in:
Janis
2022-05-29 16:10:42 +02:00
parent cc60b43815
commit 108ce12ef2
113 changed files with 927 additions and 13477 deletions

View File

@@ -0,0 +1,9 @@
using UnityEngine;
public class ConveyorPO : PlacedObject
{
public override void OnPlace()
{
Debug.Log("Conveyor placed");
}
}