Showing
8 changed files
with
51 additions
and
3 deletions
Editor.meta
0 → 100644
README.md.meta
0 → 100644
Runtime.meta
0 → 100644
| 1 | -using System; | 1 | +using UnityEngine; |
| 2 | using UnityEngine.UI; | 2 | using UnityEngine.UI; |
| 3 | 3 | ||
| 4 | namespace Kiwifungames.UnityPackageDemo | 4 | namespace Kiwifungames.UnityPackageDemo |
| 5 | { | 5 | { |
| 6 | - public class LevelDemo : MonoBehaviour | 6 | + public class Demo : MonoBehaviour |
| 7 | { | 7 | { |
| 8 | public const int VERSION_CODE = 1; | 8 | public const int VERSION_CODE = 1; |
| 9 | 9 |
Runtime/Demo.cs.meta
0 → 100644
Runtime/UnityPackageDemo.asmdef.meta
0 → 100644
-
Please register or login to post a comment