示例#1
0
 /// <summary>
 /// Derives the npc and thought bubble by x
 /// </summary>
 /// <param name="x">The x amount</param>
 public override void deriveX(int x)
 {
     base.deriveX(x);
     def.deriveX(x);
 }