WUT_Computer_Science/The project/Assets/Scripts/DummySoldier.cs
2022-05-16 14:32:01 +02:00

9 lines
127 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class DummySoldier : MonoBehaviour
{
}