示例#1
0
 public LuaValue[] Shuffle(LuaValue[] collection)
 {
     return collection.Shuffle(Context.World.SharedRandom).ToArray();
 }