mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 20:03:04 +02:00
git-subtree-dir: Programming/E-PSYOPS git-subtree-mainline:95fa9d2259git-subtree-split:de582f1b0e
10 lines
126 B
C#
10 lines
126 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using TMPro;
|
|
using UnityEngine;
|
|
|
|
public class Base : Entity
|
|
{
|
|
|
|
}
|