public SecondarySpriteTexture(ObjectReader reader) { texture = new PPtr <Texture2D>(reader); name = reader.ReadStringToNull(); }