API
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine; using Game; using Music; using Player;
|
||||
using UnityEngine.InputSystem;
|
||||
namespace Player
|
||||
{
|
||||
|
||||
[RequireComponent(typeof(PlayerInput))]
|
||||
public class Block : MonoBehaviour
|
||||
@@ -55,3 +57,4 @@ public class Block : MonoBehaviour
|
||||
return isParrying;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user