예제 #1
0
 public Screen(Enigma.D3.Actor RActor)
 {
     InitializeComponent();
     this.RActor = RActor;
 }
예제 #2
0
 public IMapShape(Enigma.D3.Actor A)
 {
     Actor  = A;
     _AcdID = A.x000_Id;
 }