Crystal icon indicating copy to clipboard operation
Crystal copied to clipboard

Hero attack mode error

Open Jinspang opened this issue 1 year ago • 0 comments

public enum HeroBehaviour : byte { Attack=0, Counterattack=1, Follow=2, Custom = 3 }  Here 0, 3 are wrong Attack should be a free attack mode, that is, the hero attacks independently. Custom should be in stand-alone attack mode, he should stand still and attack in place. Now Attack and Custom have the same attack mode.

Jinspang avatar Jun 19 '24 07:06 Jinspang