using UnityEngine; using System.Runtime.InteropServices; public class WallTextureManager : BaseTextureManager { public void UpdateWallTexture(string jsonData) { this.UpdateTexture(jsonData); } }