Files
Net.Like.Xue.Tokyo/Assets/Plugins/MeshCombineStudio/Scripts/Misc
CortexCore b125894cc3 1
2024-11-03 16:42:23 +08:00
..
1
2024-11-03 16:42:23 +08:00
1
2024-11-03 16:42:23 +08:00
1
2024-11-03 16:42:23 +08:00
1
2024-11-03 16:42:23 +08:00
1
2024-11-03 16:42:23 +08:00
1
2024-11-03 16:42:23 +08:00
1
2024-11-03 16:42:23 +08:00
1
2024-11-03 16:42:23 +08:00
1
2024-11-03 16:42:23 +08:00
1
2024-11-03 16:42:23 +08:00
1
2024-11-03 16:42:23 +08:00
1
2024-11-03 16:42:23 +08:00
1
2024-11-03 16:42:23 +08:00
1
2024-11-03 16:42:23 +08:00
1
2024-11-03 16:42:23 +08:00
1
2024-11-03 16:42:23 +08:00
1
2024-11-03 16:42:23 +08:00
1
2024-11-03 16:42:23 +08:00
1
2024-11-03 16:42:23 +08:00

using UnityEngine;
using System.Collections;

namespace MeshCombineStudio
{
    public class ReadMe : MonoBehaviour {

        public bool buttonEdit;
        public string readme;
    }
}