mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 18:03:14 +02:00
9 lines
128 B
C#
9 lines
128 B
C#
|
|
using System.Collections;
|
||
|
|
using System.Collections.Generic;
|
||
|
|
using UnityEngine;
|
||
|
|
|
||
|
|
public class Communication : MonoBehaviour
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|