赞
踩
using UnityEngine;
using System.Collections;
using DG.Tweening;
public class MainPlayerStateAttack : StateBase
{
public MainPlayerStateAttack(PlayerBase player)
: base(player)
{
}
public override uint GetStateID()
{
return StateDef.attack;
}
public override void OnEnter(StateMachine machine, IState prevState,
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。