This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Call: Statement | |
Current character : 65 (65) at line 1 column 1 | |
Possible string literal matches : { "ACTION", "ADD", "ADVANCE", "ALGORITHM", | |
"ALL", "ALTER", "AND", "ANY", "AS", | |
"ASC" } | |
Current character : 76 (76) at line 1 column 2 | |
Possible string literal matches : { "ALGORITHM", "ALL", "ALTER" } | |
Current character : 84 (84) at line 1 column 3 | |
Possible string literal matches : { "ALTER" } | |
Current character : 69 (69) at line 1 column 4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections.Generic; | |
using System.Linq; | |
using DontDrown.Prop; | |
using FullscreenEditor; | |
using UnityEngine; | |
#if UNITY_EDITOR | |
namespace DontDrown.Editor.Props | |
{ | |
using UnityEditor; |
OlderNewer