예제 #1
0
 public Cubic(L2Player player, CubicTemplate t)
 {
     Owner    = player;
     Template = t;
 }
예제 #2
0
 public void Register(CubicTemplate t)
 {
     Cubics.Add((t.Id * 65536) + t.Level, t);
 }