Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
ZoneEventSiegeGuard.cs
Go to the documentation of this file.
2{
3 public override Chara CreateChara()
4 {
5 return CharaGen.Create("guard");
6 }
7}
static Chara Create(string id, int lv=-1)
Definition: CharaGen.cs:17
Definition: Chara.cs:10
override Chara CreateChara()