WUT_Computer_Science/theProject/Assets/Scripts/Entities/Communication.cs

9 lines
128 B
C#
Raw Normal View History

2022-05-30 14:12:04 +02:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Communication : MonoBehaviour
{
}