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

12 lines
228 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class WeaponDefalult : MonoBehaviour
{
[SerializeField] private PlayerAction _defaultWeapon;
private PlayerState _playState;
}