DyatelO cf4f418d4f 2. Завершен.
2.3  Выбор оружия из меню.
2021-10-25 19:48:00 +03:00

15 lines
286 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class StateWeapon : MonoBehaviour
{
public static PlayerAction _chosenWeapon;
public static float _resetTime;
public static float _attackCost;
//private void SetWeaponType()
}