productionobjects

This commit is contained in:
Janis
2022-06-06 20:11:12 +02:00
parent e3b7ecb3b9
commit 5a88a3cca3
5 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
using UnityEngine;
public abstract class ProductionObject : MonoBehaviour
{
}