mirror of
https://github.com/DerTyp7/industrialize-unity.git
synced 2025-11-01 13:52:31 +01:00
6 lines
79 B
C#
6 lines
79 B
C#
using UnityEngine;
|
|
|
|
public abstract class ProductionObject : MonoBehaviour
|
|
{
|
|
|
|
} |