LunarInfantry/Assets/Scripts/Construction.cs
2026-01-26 01:06:40 -08:00

5 lines
59 B
C#

using UnityEngine;
public class Construction : Entity
{
}