示例#1
0
 public override bool Use(Race[] targets)
 {
     Affect.CreatePrimitive <GaiaCell> (own, targets);
     return(false);
 }