WTick() public method

public WTick ( ) : int
return int
示例#1
0
 private static void FSWait(World world, string str)
 {
     int twait = 1;
     while (twait > 0)
     {
         twait = world.WTick();
     }
 }