Files
2022-06-06 20:11:12 +02:00

6 lines
79 B
C#

using UnityEngine;
public abstract class ProductionObject : MonoBehaviour
{
}