|
12楼
发表于 2019-1-25 18:16:01
|
只看该作者
来自:广西
Enum GhostType: 僵尸,野鬼,吊死鬼,耍碗鬼……
Enum GameHour:子,丑,寅,卯,辰,巳,午,未…
Enum GameQuarter: 一,二,三,四
package game.xyq.163.Model.Npc.Temp;
public class Ghost{
GhostType type;
string GhostName;
…
Static Ghost Initial()
{
…
}
string BeCaught()
{…}
} |
|