mirror of
https://github.com/BlackMATov/unity-flash-tools.git
synced 2025-12-15 12:29:49 +07:00
SwfAttributes to Internal
This commit is contained in:
@@ -5,6 +5,7 @@ using System.Linq;
|
||||
using System.Collections.Generic;
|
||||
|
||||
using FTRuntime;
|
||||
using FTRuntime.Internal;
|
||||
|
||||
namespace FTEditor {
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace FTRuntime {
|
||||
namespace FTRuntime.Internal {
|
||||
public class SwfIntRangeAttribute : PropertyAttribute {
|
||||
public int Min;
|
||||
public int Max;
|
||||
@@ -1,4 +1,5 @@
|
||||
using UnityEngine;
|
||||
using FTRuntime.Internal;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace FTRuntime {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
using UnityEngine;
|
||||
using FTRuntime.Internal;
|
||||
|
||||
namespace FTRuntime {
|
||||
[System.Serializable]
|
||||
|
||||
Reference in New Issue
Block a user