added reload animation and feature
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
using System.Threading.Tasks;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Darkmatter.Core
|
||||
{
|
||||
public interface IPlayerAnim : IHumonoidAnim
|
||||
{
|
||||
void PlayReloadAnim();
|
||||
public void PlayReloadAnim(IWeapon currentWeapon);
|
||||
void PlayShootAnim();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user