DyatelO 996ddc93f9 Система свой-чужой.
Выход сГМ после смерти.
2021-11-09 10:45:44 +03:00

11 lines
161 B
C#

using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
public class TowerStates : PlayerState
{
}