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