示例#1
0
        private OneWaySignpost CreateOneWaySignpost(string textureName)
        {
            OneWaySignpost newSignpost = new OneWaySignpost();

            newSignpost.TextureReference = textureName;

            return(newSignpost);
        }
        private OneWaySignpost CreateOneWaySignpost(string textureName)
        {
            OneWaySignpost newSignpost = new OneWaySignpost();
            newSignpost.TextureReference = textureName;

            return newSignpost;
        }