diff --git a/Project/Assets/LunarPlugin/Editor/Console/CAbstractConsole.cs b/Project/Assets/LunarPlugin/Editor/Console/CAbstractConsole.cs index 1afdc68..7e982a4 100644 --- a/Project/Assets/LunarPlugin/Editor/Console/CAbstractConsole.cs +++ b/Project/Assets/LunarPlugin/Editor/Console/CAbstractConsole.cs @@ -1,5 +1,5 @@ // -// AbstractConsole.cs +// CAbstractConsole.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/Console/CCommandAutocompletion.cs b/Project/Assets/LunarPlugin/Editor/Console/CCommandAutocompletion.cs index 9c347b5..40b43b6 100644 --- a/Project/Assets/LunarPlugin/Editor/Console/CCommandAutocompletion.cs +++ b/Project/Assets/LunarPlugin/Editor/Console/CCommandAutocompletion.cs @@ -1,5 +1,5 @@ // -// CommandAutocompletion.cs +// CCommandAutocompletion.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/Console/CCommands.cs b/Project/Assets/LunarPlugin/Editor/Console/CCommands.cs index b27301f..e81572e 100644 --- a/Project/Assets/LunarPlugin/Editor/Console/CCommands.cs +++ b/Project/Assets/LunarPlugin/Editor/Console/CCommands.cs @@ -1,5 +1,5 @@ // -// Commands.cs +// CCommands.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/Console/CConfigHelper.cs b/Project/Assets/LunarPlugin/Editor/Console/CConfigHelper.cs index 93cae2d..9a335cc 100644 --- a/Project/Assets/LunarPlugin/Editor/Console/CConfigHelper.cs +++ b/Project/Assets/LunarPlugin/Editor/Console/CConfigHelper.cs @@ -1,5 +1,5 @@ // -// ConfigHelper.cs +// CConfigHelper.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/Console/CConsole.cs b/Project/Assets/LunarPlugin/Editor/Console/CConsole.cs index 2de05db..18bf2fd 100644 --- a/Project/Assets/LunarPlugin/Editor/Console/CConsole.cs +++ b/Project/Assets/LunarPlugin/Editor/Console/CConsole.cs @@ -1,5 +1,5 @@ // -// Console.cs +// CConsole.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/Console/CConsoleFilteredDelegate.cs b/Project/Assets/LunarPlugin/Editor/Console/CConsoleFilteredDelegate.cs index 55ba144..3fff2da 100644 --- a/Project/Assets/LunarPlugin/Editor/Console/CConsoleFilteredDelegate.cs +++ b/Project/Assets/LunarPlugin/Editor/Console/CConsoleFilteredDelegate.cs @@ -1,5 +1,5 @@ // -// ConsoleFilteredDelegate.cs +// CConsoleFilteredDelegate.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/Console/CConsoleView.cs b/Project/Assets/LunarPlugin/Editor/Console/CConsoleView.cs index 56d765a..91e55bf 100644 --- a/Project/Assets/LunarPlugin/Editor/Console/CConsoleView.cs +++ b/Project/Assets/LunarPlugin/Editor/Console/CConsoleView.cs @@ -1,5 +1,5 @@ // -// ConsoleView.cs +// CConsoleView.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/Console/CTerminal.cs b/Project/Assets/LunarPlugin/Editor/Console/CTerminal.cs index 22698ef..5a0b891 100644 --- a/Project/Assets/LunarPlugin/Editor/Console/CTerminal.cs +++ b/Project/Assets/LunarPlugin/Editor/Console/CTerminal.cs @@ -1,5 +1,5 @@ // -// Terminal.cs +// CTerminal.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/Console/CTerminalAutoCompletion.cs b/Project/Assets/LunarPlugin/Editor/Console/CTerminalAutoCompletion.cs index 28e694f..4eb8388 100644 --- a/Project/Assets/LunarPlugin/Editor/Console/CTerminalAutoCompletion.cs +++ b/Project/Assets/LunarPlugin/Editor/Console/CTerminalAutoCompletion.cs @@ -1,5 +1,5 @@ // -// TerminalAutoCompletion.cs +// CTerminalAutoCompletion.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/Console/ICConsoleViewFilter.cs b/Project/Assets/LunarPlugin/Editor/Console/ICConsoleViewFilter.cs index 763bcf3..d4df239 100644 --- a/Project/Assets/LunarPlugin/Editor/Console/ICConsoleViewFilter.cs +++ b/Project/Assets/LunarPlugin/Editor/Console/ICConsoleViewFilter.cs @@ -1,5 +1,5 @@ // -// IConsoleViewFilter.cs +// ICConsoleViewFilter.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/Core/CAutorun.cs b/Project/Assets/LunarPlugin/Editor/Core/CAutorun.cs index 8d71a7f..f9b572f 100644 --- a/Project/Assets/LunarPlugin/Editor/Core/CAutorun.cs +++ b/Project/Assets/LunarPlugin/Editor/Core/CAutorun.cs @@ -1,5 +1,5 @@ // -// Autorun.cs +// CAutorun.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/Core/CEditor.Dialogs.cs b/Project/Assets/LunarPlugin/Editor/Core/CEditor.Dialogs.cs index 0fea18a..9788d6f 100644 --- a/Project/Assets/LunarPlugin/Editor/Core/CEditor.Dialogs.cs +++ b/Project/Assets/LunarPlugin/Editor/Core/CEditor.Dialogs.cs @@ -1,5 +1,5 @@ // -// Editor.Dialogs.cs +// CEditor.Dialogs.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/Core/CEditor.cs b/Project/Assets/LunarPlugin/Editor/Core/CEditor.cs index 122562a..173478f 100644 --- a/Project/Assets/LunarPlugin/Editor/Core/CEditor.cs +++ b/Project/Assets/LunarPlugin/Editor/Core/CEditor.cs @@ -1,5 +1,5 @@ // -// Editor.cs +// CEditor.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/Core/CEditorApp.cs b/Project/Assets/LunarPlugin/Editor/Core/CEditorApp.cs index cd18a51..a26aa2e 100644 --- a/Project/Assets/LunarPlugin/Editor/Core/CEditorApp.cs +++ b/Project/Assets/LunarPlugin/Editor/Core/CEditorApp.cs @@ -1,5 +1,5 @@ // -// EditorApp.cs +// CEditorApp.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/Core/CEditorAppImp.cs b/Project/Assets/LunarPlugin/Editor/Core/CEditorAppImp.cs index 176e334..433b397 100644 --- a/Project/Assets/LunarPlugin/Editor/Core/CEditorAppImp.cs +++ b/Project/Assets/LunarPlugin/Editor/Core/CEditorAppImp.cs @@ -1,5 +1,5 @@ // -// EditorAppImp.cs +// CEditorAppImp.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/Core/CEditorConfig.cs b/Project/Assets/LunarPlugin/Editor/Core/CEditorConfig.cs index c3c28f0..470513a 100755 --- a/Project/Assets/LunarPlugin/Editor/Core/CEditorConfig.cs +++ b/Project/Assets/LunarPlugin/Editor/Core/CEditorConfig.cs @@ -1,5 +1,5 @@ // -// EditorConfig.cs +// CEditorConfig.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/Core/CEditorMenu.cs b/Project/Assets/LunarPlugin/Editor/Core/CEditorMenu.cs index 973dcbb..ca28b2a 100644 --- a/Project/Assets/LunarPlugin/Editor/Core/CEditorMenu.cs +++ b/Project/Assets/LunarPlugin/Editor/Core/CEditorMenu.cs @@ -1,5 +1,5 @@ // -// EditorMenu.cs +// CEditorMenu.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/Core/CEditorSceneKeyHandler.cs b/Project/Assets/LunarPlugin/Editor/Core/CEditorSceneKeyHandler.cs index 85031c1..7d6c349 100644 --- a/Project/Assets/LunarPlugin/Editor/Core/CEditorSceneKeyHandler.cs +++ b/Project/Assets/LunarPlugin/Editor/Core/CEditorSceneKeyHandler.cs @@ -1,5 +1,5 @@ // -// EditorSceneKeyHandler.cs +// CEditorSceneKeyHandler.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/Core/CEditorSettings.cs b/Project/Assets/LunarPlugin/Editor/Core/CEditorSettings.cs index 20dee12..b41ab0b 100755 --- a/Project/Assets/LunarPlugin/Editor/Core/CEditorSettings.cs +++ b/Project/Assets/LunarPlugin/Editor/Core/CEditorSettings.cs @@ -1,5 +1,5 @@ // -// EditorSettings.cs +// CEditorSettings.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/Core/CEditorStackTrace.cs b/Project/Assets/LunarPlugin/Editor/Core/CEditorStackTrace.cs index 9f35cd1..fb45501 100644 --- a/Project/Assets/LunarPlugin/Editor/Core/CEditorStackTrace.cs +++ b/Project/Assets/LunarPlugin/Editor/Core/CEditorStackTrace.cs @@ -1,5 +1,5 @@ // -// EditorStackTrace.cs +// CEditorStackTrace.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/Core/CPlayerPrefsHelper.cs b/Project/Assets/LunarPlugin/Editor/Core/CPlayerPrefsHelper.cs index 30feb23..39db6b9 100644 --- a/Project/Assets/LunarPlugin/Editor/Core/CPlayerPrefsHelper.cs +++ b/Project/Assets/LunarPlugin/Editor/Core/CPlayerPrefsHelper.cs @@ -1,5 +1,5 @@ // -// PlayerPrefsHelper.cs +// CPlayerPrefsHelper.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/Platform/CEditorPlatform.cs b/Project/Assets/LunarPlugin/Editor/Platform/CEditorPlatform.cs index 5eccb13..0a68ac2 100644 --- a/Project/Assets/LunarPlugin/Editor/Platform/CEditorPlatform.cs +++ b/Project/Assets/LunarPlugin/Editor/Platform/CEditorPlatform.cs @@ -1,5 +1,5 @@ // -// EditorPlatform.cs +// CEditorPlatform.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/Platform/CTestingPlatform.cs b/Project/Assets/LunarPlugin/Editor/Platform/CTestingPlatform.cs index c40bd73..454fa75 100644 --- a/Project/Assets/LunarPlugin/Editor/Platform/CTestingPlatform.cs +++ b/Project/Assets/LunarPlugin/Editor/Platform/CTestingPlatform.cs @@ -1,5 +1,5 @@ // -// TestingPlatform.cs +// CTestingPlatform.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/UI/CAboutWindow.cs b/Project/Assets/LunarPlugin/Editor/UI/CAboutWindow.cs index bdbb982..89e6eed 100644 --- a/Project/Assets/LunarPlugin/Editor/UI/CAboutWindow.cs +++ b/Project/Assets/LunarPlugin/Editor/UI/CAboutWindow.cs @@ -1,5 +1,5 @@ // -// AboutWindow.cs +// CAboutWindow.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/UI/CAbstractButton.cs b/Project/Assets/LunarPlugin/Editor/UI/CAbstractButton.cs index 2c662ff..3daeb73 100644 --- a/Project/Assets/LunarPlugin/Editor/UI/CAbstractButton.cs +++ b/Project/Assets/LunarPlugin/Editor/UI/CAbstractButton.cs @@ -1,5 +1,5 @@ // -// AbstractButton.cs +// CAbstractButton.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/UI/CBox.cs b/Project/Assets/LunarPlugin/Editor/UI/CBox.cs index ca7235b..23879d9 100644 --- a/Project/Assets/LunarPlugin/Editor/UI/CBox.cs +++ b/Project/Assets/LunarPlugin/Editor/UI/CBox.cs @@ -1,5 +1,5 @@ // -// Box.cs +// CBox.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/UI/CButton.cs b/Project/Assets/LunarPlugin/Editor/UI/CButton.cs index 91c096a..78c21a0 100644 --- a/Project/Assets/LunarPlugin/Editor/UI/CButton.cs +++ b/Project/Assets/LunarPlugin/Editor/UI/CButton.cs @@ -1,5 +1,5 @@ // -// Button.cs +// CButton.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/UI/CColorRect.cs b/Project/Assets/LunarPlugin/Editor/UI/CColorRect.cs index f21c449..187cb13 100644 --- a/Project/Assets/LunarPlugin/Editor/UI/CColorRect.cs +++ b/Project/Assets/LunarPlugin/Editor/UI/CColorRect.cs @@ -1,5 +1,5 @@ // -// ColorRect.cs +// CColorRect.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/UI/CEditorSkin.cs b/Project/Assets/LunarPlugin/Editor/UI/CEditorSkin.cs index 02724da..cabcd53 100644 --- a/Project/Assets/LunarPlugin/Editor/UI/CEditorSkin.cs +++ b/Project/Assets/LunarPlugin/Editor/UI/CEditorSkin.cs @@ -1,5 +1,5 @@ // -// EditorSkin.cs +// CEditorSkin.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/UI/CHyperlink.cs b/Project/Assets/LunarPlugin/Editor/UI/CHyperlink.cs index 5b6aeb0..62e1b08 100644 --- a/Project/Assets/LunarPlugin/Editor/UI/CHyperlink.cs +++ b/Project/Assets/LunarPlugin/Editor/UI/CHyperlink.cs @@ -1,5 +1,5 @@ // -// Link.cs +// CHyperlink.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/UI/CLabel.cs b/Project/Assets/LunarPlugin/Editor/UI/CLabel.cs index bd244b7..96a0c06 100644 --- a/Project/Assets/LunarPlugin/Editor/UI/CLabel.cs +++ b/Project/Assets/LunarPlugin/Editor/UI/CLabel.cs @@ -1,5 +1,5 @@ // -// Label.cs +// CLabel.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/UI/CModalWindow.cs b/Project/Assets/LunarPlugin/Editor/UI/CModalWindow.cs index b1cac3d..dda2054 100644 --- a/Project/Assets/LunarPlugin/Editor/UI/CModalWindow.cs +++ b/Project/Assets/LunarPlugin/Editor/UI/CModalWindow.cs @@ -1,5 +1,5 @@ // -// ModalWindow.cs +// CModalWindow.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/UI/CRequestFeature.cs b/Project/Assets/LunarPlugin/Editor/UI/CRequestFeature.cs index e140e27..ca517ae 100644 --- a/Project/Assets/LunarPlugin/Editor/UI/CRequestFeature.cs +++ b/Project/Assets/LunarPlugin/Editor/UI/CRequestFeature.cs @@ -1,5 +1,5 @@ // -// RequestFeature.cs +// CRequestFeature.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/UI/CSearchField.cs b/Project/Assets/LunarPlugin/Editor/UI/CSearchField.cs index 1250890..d1af7ae 100644 --- a/Project/Assets/LunarPlugin/Editor/UI/CSearchField.cs +++ b/Project/Assets/LunarPlugin/Editor/UI/CSearchField.cs @@ -1,5 +1,5 @@ // -// SearchField.cs +// CSearchField.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/UI/CTableView.cs b/Project/Assets/LunarPlugin/Editor/UI/CTableView.cs index 83116af..b3bc685 100644 --- a/Project/Assets/LunarPlugin/Editor/UI/CTableView.cs +++ b/Project/Assets/LunarPlugin/Editor/UI/CTableView.cs @@ -1,5 +1,5 @@ // -// TableView.cs +// CTableView.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/UI/CTerminalCompositeView.cs b/Project/Assets/LunarPlugin/Editor/UI/CTerminalCompositeView.cs index bb9954a..243dd6b 100644 --- a/Project/Assets/LunarPlugin/Editor/UI/CTerminalCompositeView.cs +++ b/Project/Assets/LunarPlugin/Editor/UI/CTerminalCompositeView.cs @@ -1,5 +1,5 @@ // -// TerminalCompositeView.cs +// CTerminalCompositeView.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/UI/CTerminalWindow.cs b/Project/Assets/LunarPlugin/Editor/UI/CTerminalWindow.cs index 48f8f1b..d30edf3 100644 --- a/Project/Assets/LunarPlugin/Editor/UI/CTerminalWindow.cs +++ b/Project/Assets/LunarPlugin/Editor/UI/CTerminalWindow.cs @@ -1,5 +1,5 @@ // -// TerminalWindow.cs +// CTerminalWindow.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/UI/CTextField.cs b/Project/Assets/LunarPlugin/Editor/UI/CTextField.cs index 6d4ad9e..10d6037 100644 --- a/Project/Assets/LunarPlugin/Editor/UI/CTextField.cs +++ b/Project/Assets/LunarPlugin/Editor/UI/CTextField.cs @@ -1,5 +1,5 @@ // -// TextField.cs +// CTextField.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/UI/CToggle.cs b/Project/Assets/LunarPlugin/Editor/UI/CToggle.cs index 5263212..4471fab 100644 --- a/Project/Assets/LunarPlugin/Editor/UI/CToggle.cs +++ b/Project/Assets/LunarPlugin/Editor/UI/CToggle.cs @@ -1,5 +1,5 @@ // -// Toggle.cs +// CToggle.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/UI/CToggleButton.cs b/Project/Assets/LunarPlugin/Editor/UI/CToggleButton.cs index 751669d..e5a2540 100644 --- a/Project/Assets/LunarPlugin/Editor/UI/CToggleButton.cs +++ b/Project/Assets/LunarPlugin/Editor/UI/CToggleButton.cs @@ -1,5 +1,5 @@ // -// ToggleButton.cs +// CToggleButton.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/UI/CToolBar.cs b/Project/Assets/LunarPlugin/Editor/UI/CToolBar.cs index 007d4c1..8e76afc 100644 --- a/Project/Assets/LunarPlugin/Editor/UI/CToolBar.cs +++ b/Project/Assets/LunarPlugin/Editor/UI/CToolBar.cs @@ -1,5 +1,5 @@ // -// ToolBar.cs +// CToolBar.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/UI/CUIHelper.cs b/Project/Assets/LunarPlugin/Editor/UI/CUIHelper.cs index 600128a..d5f3667 100644 --- a/Project/Assets/LunarPlugin/Editor/UI/CUIHelper.cs +++ b/Project/Assets/LunarPlugin/Editor/UI/CUIHelper.cs @@ -1,5 +1,5 @@ // -// UIHelper.cs +// CUIHelper.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/UI/CView.cs b/Project/Assets/LunarPlugin/Editor/UI/CView.cs index 6dbf6cd..bba5783 100644 --- a/Project/Assets/LunarPlugin/Editor/UI/CView.cs +++ b/Project/Assets/LunarPlugin/Editor/UI/CView.cs @@ -1,5 +1,5 @@ // -// View.cs +// CView.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/UI/CWindow.cs b/Project/Assets/LunarPlugin/Editor/UI/CWindow.cs index 642d0ae..5fc65ff 100644 --- a/Project/Assets/LunarPlugin/Editor/UI/CWindow.cs +++ b/Project/Assets/LunarPlugin/Editor/UI/CWindow.cs @@ -1,5 +1,5 @@ // -// Window.cs +// CWindow.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/Util/CFileUtils.cs b/Project/Assets/LunarPlugin/Editor/Util/CFileUtils.cs index 7193771..1639993 100644 --- a/Project/Assets/LunarPlugin/Editor/Util/CFileUtils.cs +++ b/Project/Assets/LunarPlugin/Editor/Util/CFileUtils.cs @@ -1,5 +1,5 @@ // -// FileUtils.cs +// CFileUtils.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Editor/Util/CGameObjectUtils.cs b/Project/Assets/LunarPlugin/Editor/Util/CGameObjectUtils.cs index 18d85b3..d109548 100644 --- a/Project/Assets/LunarPlugin/Editor/Util/CGameObjectUtils.cs +++ b/Project/Assets/LunarPlugin/Editor/Util/CGameObjectUtils.cs @@ -1,5 +1,5 @@ // -// GameObjectUtils.cs +// CGameObjectUtils.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/CApp.cs b/Project/Assets/LunarPlugin/Scripts/CApp.cs index 61ae33b..171b91d 100644 --- a/Project/Assets/LunarPlugin/Scripts/CApp.cs +++ b/Project/Assets/LunarPlugin/Scripts/CApp.cs @@ -1,5 +1,5 @@ // -// App.cs +// CApp.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/CAppImp.cs b/Project/Assets/LunarPlugin/Scripts/CAppImp.cs index f3fe7d9..76f67c2 100644 --- a/Project/Assets/LunarPlugin/Scripts/CAppImp.cs +++ b/Project/Assets/LunarPlugin/Scripts/CAppImp.cs @@ -1,5 +1,5 @@ // -// AppImp.cs +// CAppImp.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/CConfig.cs b/Project/Assets/LunarPlugin/Scripts/CConfig.cs index 8a973ba..1340fae 100755 --- a/Project/Assets/LunarPlugin/Scripts/CConfig.cs +++ b/Project/Assets/LunarPlugin/Scripts/CConfig.cs @@ -1,5 +1,5 @@ // -// Config.cs +// CConfig.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/CConstants.cs b/Project/Assets/LunarPlugin/Scripts/CConstants.cs index 546ac6c..f16f987 100644 --- a/Project/Assets/LunarPlugin/Scripts/CConstants.cs +++ b/Project/Assets/LunarPlugin/Scripts/CConstants.cs @@ -1,5 +1,5 @@ // -// LPConstants.cs +// CConstants.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/CDefaultAppImp.cs b/Project/Assets/LunarPlugin/Scripts/CDefaultAppImp.cs index 9c692c2..f11444d 100644 --- a/Project/Assets/LunarPlugin/Scripts/CDefaultAppImp.cs +++ b/Project/Assets/LunarPlugin/Scripts/CDefaultAppImp.cs @@ -1,5 +1,5 @@ // -// DefaultAppImp.cs +// CDefaultAppImp.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/CSkin.cs b/Project/Assets/LunarPlugin/Scripts/CSkin.cs index ad363af..1ce6262 100755 --- a/Project/Assets/LunarPlugin/Scripts/CSkin.cs +++ b/Project/Assets/LunarPlugin/Scripts/CSkin.cs @@ -1,5 +1,5 @@ // -// Skin.cs +// CSkin.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/CVersion.cs b/Project/Assets/LunarPlugin/Scripts/CVersion.cs index 6edf4a6..d24e676 100644 --- a/Project/Assets/LunarPlugin/Scripts/CVersion.cs +++ b/Project/Assets/LunarPlugin/Scripts/CVersion.cs @@ -1,5 +1,5 @@ // -// Version.cs +// CVersion.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Console/CCommandAutoCompleteException.cs b/Project/Assets/LunarPlugin/Scripts/Console/CCommandAutoCompleteException.cs index 927b83c..04ed5bc 100644 --- a/Project/Assets/LunarPlugin/Scripts/Console/CCommandAutoCompleteException.cs +++ b/Project/Assets/LunarPlugin/Scripts/Console/CCommandAutoCompleteException.cs @@ -1,5 +1,5 @@ // -// CommandAutoCompleteException.cs +// CCommandAutoCompleteException.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Console/CCommandProcessor.cs b/Project/Assets/LunarPlugin/Scripts/Console/CCommandProcessor.cs index b9ecb91..36f7215 100644 --- a/Project/Assets/LunarPlugin/Scripts/Console/CCommandProcessor.cs +++ b/Project/Assets/LunarPlugin/Scripts/Console/CCommandProcessor.cs @@ -1,5 +1,5 @@ // -// CommandProcessor.cs +// CCommandProcessor.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Console/CCommandSplitter.cs b/Project/Assets/LunarPlugin/Scripts/Console/CCommandSplitter.cs index 9e27123..ab96ccd 100644 --- a/Project/Assets/LunarPlugin/Scripts/Console/CCommandSplitter.cs +++ b/Project/Assets/LunarPlugin/Scripts/Console/CCommandSplitter.cs @@ -1,5 +1,5 @@ // -// CommandSplitter.cs +// CCommandSplitter.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Console/CCommandTokenizer.cs b/Project/Assets/LunarPlugin/Scripts/Console/CCommandTokenizer.cs index d8b3050..4e5a25f 100644 --- a/Project/Assets/LunarPlugin/Scripts/Console/CCommandTokenizer.cs +++ b/Project/Assets/LunarPlugin/Scripts/Console/CCommandTokenizer.cs @@ -1,5 +1,5 @@ // -// CommandTokenizer.cs +// CCommandTokenizer.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Console/CRuntimeResolver.cs b/Project/Assets/LunarPlugin/Scripts/Console/CRuntimeResolver.cs index cfe2460..f91979d 100644 --- a/Project/Assets/LunarPlugin/Scripts/Console/CRuntimeResolver.cs +++ b/Project/Assets/LunarPlugin/Scripts/Console/CRuntimeResolver.cs @@ -1,5 +1,5 @@ // -// RuntimeResolver.cs +// CRuntimeResolver.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Console/CSystemVars.cs b/Project/Assets/LunarPlugin/Scripts/Console/CSystemVars.cs index b81d1a6..0285e58 100644 --- a/Project/Assets/LunarPlugin/Scripts/Console/CSystemVars.cs +++ b/Project/Assets/LunarPlugin/Scripts/Console/CSystemVars.cs @@ -1,5 +1,5 @@ // -// CVarsLunar.cs +// CSystemVars.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Core/CBaseUpdatableList.cs b/Project/Assets/LunarPlugin/Scripts/Core/CBaseUpdatableList.cs index 43cb89d..dae7e53 100755 --- a/Project/Assets/LunarPlugin/Scripts/Core/CBaseUpdatableList.cs +++ b/Project/Assets/LunarPlugin/Scripts/Core/CBaseUpdatableList.cs @@ -1,5 +1,5 @@ // -// BaseUpdatableList.cs +// CBaseUpdatableList.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Core/CCollection.cs b/Project/Assets/LunarPlugin/Scripts/Core/CCollection.cs index 0051ca4..15c6e50 100644 --- a/Project/Assets/LunarPlugin/Scripts/Core/CCollection.cs +++ b/Project/Assets/LunarPlugin/Scripts/Core/CCollection.cs @@ -1,5 +1,5 @@ // -// Collection.cs +// CCollection.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Core/CNotificationCenter.cs b/Project/Assets/LunarPlugin/Scripts/Core/CNotificationCenter.cs index bded10f..d3e9055 100644 --- a/Project/Assets/LunarPlugin/Scripts/Core/CNotificationCenter.cs +++ b/Project/Assets/LunarPlugin/Scripts/Core/CNotificationCenter.cs @@ -1,5 +1,5 @@ // -// NotificationCenter.cs +// CNotificationCenter.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Core/CObjectsPool.cs b/Project/Assets/LunarPlugin/Scripts/Core/CObjectsPool.cs index 7fe22e5..ee35a0a 100644 --- a/Project/Assets/LunarPlugin/Scripts/Core/CObjectsPool.cs +++ b/Project/Assets/LunarPlugin/Scripts/Core/CObjectsPool.cs @@ -1,5 +1,5 @@ // -// ObjectsPool.cs +// CObjectsPool.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Core/CPreferences.cs b/Project/Assets/LunarPlugin/Scripts/Core/CPreferences.cs index 6bff1c1..c6fae90 100644 --- a/Project/Assets/LunarPlugin/Scripts/Core/CPreferences.cs +++ b/Project/Assets/LunarPlugin/Scripts/Core/CPreferences.cs @@ -1,5 +1,5 @@ // -// Preferences.cs +// CPreferences.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Core/CRuntime.cs b/Project/Assets/LunarPlugin/Scripts/Core/CRuntime.cs index 4bc6390..b3083ca 100755 --- a/Project/Assets/LunarPlugin/Scripts/Core/CRuntime.cs +++ b/Project/Assets/LunarPlugin/Scripts/Core/CRuntime.cs @@ -1,5 +1,5 @@ // -// Runtime.cs +// CRuntime.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Core/CThreadUtils.cs b/Project/Assets/LunarPlugin/Scripts/Core/CThreadUtils.cs index fc40db3..fed64f5 100644 --- a/Project/Assets/LunarPlugin/Scripts/Core/CThreadUtils.cs +++ b/Project/Assets/LunarPlugin/Scripts/Core/CThreadUtils.cs @@ -1,5 +1,5 @@ // -// ThreadUtils.cs +// CThreadUtils.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Core/CTimer.cs b/Project/Assets/LunarPlugin/Scripts/Core/CTimer.cs index 595788e..4071f51 100644 --- a/Project/Assets/LunarPlugin/Scripts/Core/CTimer.cs +++ b/Project/Assets/LunarPlugin/Scripts/Core/CTimer.cs @@ -1,5 +1,5 @@ // -// Timer.cs +// CTimer.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Core/CTimerManager.cs b/Project/Assets/LunarPlugin/Scripts/Core/CTimerManager.cs index a62bb5e..d3704cf 100644 --- a/Project/Assets/LunarPlugin/Scripts/Core/CTimerManager.cs +++ b/Project/Assets/LunarPlugin/Scripts/Core/CTimerManager.cs @@ -1,5 +1,5 @@ // -// TimerManager.cs +// CTimerManager.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Core/CUpdatableList.cs b/Project/Assets/LunarPlugin/Scripts/Core/CUpdatableList.cs index b0593ed..7f732a2 100644 --- a/Project/Assets/LunarPlugin/Scripts/Core/CUpdatableList.cs +++ b/Project/Assets/LunarPlugin/Scripts/Core/CUpdatableList.cs @@ -1,5 +1,5 @@ // -// UpdatableList.cs +// CUpdatableList.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Core/ICDestroyable.cs b/Project/Assets/LunarPlugin/Scripts/Core/ICDestroyable.cs index c7225a9..bf2cd20 100755 --- a/Project/Assets/LunarPlugin/Scripts/Core/ICDestroyable.cs +++ b/Project/Assets/LunarPlugin/Scripts/Core/ICDestroyable.cs @@ -1,5 +1,5 @@ // -// IDestroyable.cs +// ICDestroyable.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Core/ICTimerManager.cs b/Project/Assets/LunarPlugin/Scripts/Core/ICTimerManager.cs index b9f5c9b..ed3d269 100644 --- a/Project/Assets/LunarPlugin/Scripts/Core/ICTimerManager.cs +++ b/Project/Assets/LunarPlugin/Scripts/Core/ICTimerManager.cs @@ -1,5 +1,5 @@ // -// ITimerManager.cs +// ICTimerManager.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Core/ICUpdatable.cs b/Project/Assets/LunarPlugin/Scripts/Core/ICUpdatable.cs index 9956bee..caf32ff 100644 --- a/Project/Assets/LunarPlugin/Scripts/Core/ICUpdatable.cs +++ b/Project/Assets/LunarPlugin/Scripts/Core/ICUpdatable.cs @@ -1,5 +1,5 @@ // -// IUpdatable.cs +// ICUpdatable.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Debug/CAssert.cs b/Project/Assets/LunarPlugin/Scripts/Debug/CAssert.cs index 3c3637f..1125735 100644 --- a/Project/Assets/LunarPlugin/Scripts/Debug/CAssert.cs +++ b/Project/Assets/LunarPlugin/Scripts/Debug/CAssert.cs @@ -1,5 +1,5 @@ // -// Assert.cs +// CAssert.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Debug/CLog.cs b/Project/Assets/LunarPlugin/Scripts/Debug/CLog.cs index 6948b9f..a5b3dc5 100644 --- a/Project/Assets/LunarPlugin/Scripts/Debug/CLog.cs +++ b/Project/Assets/LunarPlugin/Scripts/Debug/CLog.cs @@ -1,5 +1,5 @@ // -// Log.cs +// CLog.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/External/CPlist.cs b/Project/Assets/LunarPlugin/Scripts/External/CPlist.cs index eecde16..f30324f 100755 --- a/Project/Assets/LunarPlugin/Scripts/External/CPlist.cs +++ b/Project/Assets/LunarPlugin/Scripts/External/CPlist.cs @@ -1,28 +1,23 @@ // -// PlistCS Property List (plist) serialization and parsing library. +// CPlist.cs +// +// Lunar Plugin for Unity: a command line solution for your game. +// https://github.com/SpaceMadness/lunar-unity-plugin +// +// Copyright 2016 Alex Lementuev, SpaceMadness. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // -// https://github.com/animetrics/PlistCS -// -// Copyright (c) 2011 Animetrics Inc. (marc@animetrics.com) -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -// THE SOFTWARE. - using System; using System.Collections; diff --git a/Project/Assets/LunarPlugin/Scripts/Platform/CPlatform.cs b/Project/Assets/LunarPlugin/Scripts/Platform/CPlatform.cs index db5a783..93b34a1 100755 --- a/Project/Assets/LunarPlugin/Scripts/Platform/CPlatform.cs +++ b/Project/Assets/LunarPlugin/Scripts/Platform/CPlatform.cs @@ -1,5 +1,5 @@ // -// Platform.cs +// CPlatform.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Platform/CPlatformDefault.cs b/Project/Assets/LunarPlugin/Scripts/Platform/CPlatformDefault.cs index e41faef..408765a 100644 --- a/Project/Assets/LunarPlugin/Scripts/Platform/CPlatformDefault.cs +++ b/Project/Assets/LunarPlugin/Scripts/Platform/CPlatformDefault.cs @@ -1,5 +1,5 @@ // -// PlatformDefault.cs +// CPlatformDefault.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Util/CBaseList.cs b/Project/Assets/LunarPlugin/Scripts/Util/CBaseList.cs index 9f3f31c..5bb6fb3 100644 --- a/Project/Assets/LunarPlugin/Scripts/Util/CBaseList.cs +++ b/Project/Assets/LunarPlugin/Scripts/Util/CBaseList.cs @@ -1,5 +1,5 @@ // -// BaseList.cs +// CBaseList.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Util/CClassUtils.cs b/Project/Assets/LunarPlugin/Scripts/Util/CClassUtils.cs index 30c8397..9a5eb9a 100644 --- a/Project/Assets/LunarPlugin/Scripts/Util/CClassUtils.cs +++ b/Project/Assets/LunarPlugin/Scripts/Util/CClassUtils.cs @@ -1,5 +1,5 @@ // -// ClassUtils.cs +// CClassUtils.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Util/CColorUtils.cs b/Project/Assets/LunarPlugin/Scripts/Util/CColorUtils.cs index a56b082..da0071b 100755 --- a/Project/Assets/LunarPlugin/Scripts/Util/CColorUtils.cs +++ b/Project/Assets/LunarPlugin/Scripts/Util/CColorUtils.cs @@ -1,5 +1,5 @@ // -// ColorUtils.cs +// CColorUtils.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Util/CCycleArray.cs b/Project/Assets/LunarPlugin/Scripts/Util/CCycleArray.cs index 10c8ece..79776ee 100755 --- a/Project/Assets/LunarPlugin/Scripts/Util/CCycleArray.cs +++ b/Project/Assets/LunarPlugin/Scripts/Util/CCycleArray.cs @@ -1,5 +1,5 @@ // -// CycleArray.cs +// CCycleArray.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Util/CFastList.cs b/Project/Assets/LunarPlugin/Scripts/Util/CFastList.cs index d8e4e78..adc3f6d 100644 --- a/Project/Assets/LunarPlugin/Scripts/Util/CFastList.cs +++ b/Project/Assets/LunarPlugin/Scripts/Util/CFastList.cs @@ -1,5 +1,5 @@ // -// FastList.cs +// CFastList.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Util/CFileUtils.cs b/Project/Assets/LunarPlugin/Scripts/Util/CFileUtils.cs index 0a6ff64..10efbe1 100755 --- a/Project/Assets/LunarPlugin/Scripts/Util/CFileUtils.cs +++ b/Project/Assets/LunarPlugin/Scripts/Util/CFileUtils.cs @@ -1,5 +1,5 @@ // -// FileUtils.cs +// CFileUtils.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Util/CIterator.cs b/Project/Assets/LunarPlugin/Scripts/Util/CIterator.cs index e12cf4e..d532afd 100755 --- a/Project/Assets/LunarPlugin/Scripts/Util/CIterator.cs +++ b/Project/Assets/LunarPlugin/Scripts/Util/CIterator.cs @@ -1,5 +1,5 @@ // -// Iterator.cs +// CIterator.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Util/CStackTrace.cs b/Project/Assets/LunarPlugin/Scripts/Util/CStackTrace.cs index 8268035..ffea86a 100755 --- a/Project/Assets/LunarPlugin/Scripts/Util/CStackTrace.cs +++ b/Project/Assets/LunarPlugin/Scripts/Util/CStackTrace.cs @@ -1,5 +1,5 @@ // -// StackTrace.cs +// CStackTrace.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Util/CStringUtils.cs b/Project/Assets/LunarPlugin/Scripts/Util/CStringUtils.cs index 3e6e89f..c6dabaf 100644 --- a/Project/Assets/LunarPlugin/Scripts/Util/CStringUtils.cs +++ b/Project/Assets/LunarPlugin/Scripts/Util/CStringUtils.cs @@ -1,5 +1,5 @@ // -// StringUtils.cs +// CStringUtils.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin diff --git a/Project/Assets/LunarPlugin/Scripts/Util/ICBaseCollection.cs b/Project/Assets/LunarPlugin/Scripts/Util/ICBaseCollection.cs index e529714..8b9c79c 100755 --- a/Project/Assets/LunarPlugin/Scripts/Util/ICBaseCollection.cs +++ b/Project/Assets/LunarPlugin/Scripts/Util/ICBaseCollection.cs @@ -1,5 +1,5 @@ // -// IBaseCollection.cs +// ICBaseCollection.cs // // Lunar Plugin for Unity: a command line solution for your game. // https://github.com/SpaceMadness/lunar-unity-plugin