mirror of
https://github.com/DerTyp7/industrialize-unity.git
synced 2026-07-31 19:29:03 +02:00
conveyorPO
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class testItemObject : ItemObject
|
||||
{
|
||||
public override void OnSpawn()
|
||||
{
|
||||
Debug.Log("testItemObject.OnSpawn()");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user