mirror of
https://github.com/edubart/otclient.git
synced 2025-12-25 17:27:11 +01:00
New pvp modes to combat controls
This commit is contained in:
@@ -206,6 +206,13 @@ namespace Otc
|
||||
ChaseOpponent = 1
|
||||
};
|
||||
|
||||
enum PVPModes {
|
||||
WhiteDove = 0,
|
||||
WhiteHand = 1,
|
||||
YellowHand = 2,
|
||||
RedFist = 3
|
||||
};
|
||||
|
||||
enum PlayerSkulls {
|
||||
SkullNone = 0,
|
||||
SkullYellow,
|
||||
|
||||
Reference in New Issue
Block a user