Initial MSVC 2008 projects workspace
This commit is contained in:
11
L2C_Server/world/model/base/Race.h
Normal file
11
L2C_Server/world/model/base/Race.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
enum Race
|
||||
{
|
||||
RACE_Human,
|
||||
RACE_Elf,
|
||||
RACE_DarkElf,
|
||||
RACE_Orc,
|
||||
RACE_Dwarf,
|
||||
RACE_Kamael
|
||||
};
|
Reference in New Issue
Block a user