示例#1
0
        public void RenderSetPiece(World world, IntPoint pos)
        {
            var proto = world.Manager.Resources.Worlds["K3"];

            SetPieces.RenderFromProto(world, pos, proto);
        }
示例#2
0
        public void RenderSetPiece(World world, IntPoint intPoint)
        {
            var proto = world.Manager.Resources.Worlds["StrongHold"];

            SetPieces.RenderFromProto(world, intPoint, proto);
        }