Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hero attack mode error #974

Open
Jinspang opened this issue Jun 19, 2024 · 0 comments
Open

Hero attack mode error #974

Jinspang opened this issue Jun 19, 2024 · 0 comments

Comments

@Jinspang
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant