added reload animation and bullet limit
This commit is contained in:
@@ -6,6 +6,12 @@ namespace Darkmatter.Presentation
|
||||
public class PlayerAnimController : HumonoidAnim, IPlayerAnim
|
||||
{
|
||||
private readonly int shootHash = Animator.StringToHash("IsShooting");
|
||||
|
||||
public void PlayReloadAnim()
|
||||
{
|
||||
Debug.Log("Reloading");
|
||||
}
|
||||
|
||||
public void PlayShootAnim()
|
||||
{
|
||||
Debug.Log("player Shoot");
|
||||
|
||||
Reference in New Issue
Block a user