SwfAttributes to Internal

This commit is contained in:
2016-12-03 20:56:05 +07:00
parent b44ae11d54
commit f8501c9dce
5 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ using System.Linq;
using System.Collections.Generic;
using FTRuntime;
using FTRuntime.Internal;
namespace FTEditor {

View File

@@ -1,6 +1,6 @@
using UnityEngine;
namespace FTRuntime {
namespace FTRuntime.Internal {
public class SwfIntRangeAttribute : PropertyAttribute {
public int Min;
public int Max;

View File

@@ -1,4 +1,5 @@
using UnityEngine;
using FTRuntime.Internal;
using System.Collections.Generic;
namespace FTRuntime {

View File

@@ -1,4 +1,5 @@
using UnityEngine;
using FTRuntime.Internal;
namespace FTRuntime {
[System.Serializable]