Beispiel #1
0
 public Cubic(L2Player player, CubicTemplate t)
 {
     this.owner    = player;
     this.template = t;
 }
Beispiel #2
0
 public void register(CubicTemplate t)
 {
     cubics.Add(t.id * 65536 + t.level, t);
 }