예제 #1
0
 public bool Use(Entity instignator, Entity target, StringBuilder sb)
 {
     Effect.AddCopyTo(target);
     return(true);
 }