mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 17:43:12 +02:00
9 lines
127 B
C#
9 lines
127 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public class DummySoldier : MonoBehaviour
|
|
{
|
|
|
|
}
|