22 lines
376 B
C#
22 lines
376 B
C#
namespace MafiaCommon
|
|
{
|
|
public enum Role
|
|
{
|
|
Citizen=1,
|
|
Commissar=2,
|
|
Don=3,
|
|
Doctor=4,
|
|
Sheriff=5,
|
|
Mafia=6,
|
|
Deathless=7,
|
|
Putana=8,
|
|
BlackJudge=9,
|
|
BlackLawyer=10,
|
|
YakuzaFighter=11,
|
|
Ninja=12,
|
|
Maniac=13,
|
|
Werewolf=14,
|
|
RedJudge=15,
|
|
Died=16
|
|
}
|
|
} |