Browse Source

Changed comment style on header block

master
Christopher 8 years ago
parent
commit
f130385f6f
  1. 7
      Assets/Fungus/Animation/Scripts/Commands/PlayAnimState.cs
  2. 6
      Assets/Fungus/Animation/Scripts/Commands/ResetAnimTrigger.cs
  3. 6
      Assets/Fungus/Animation/Scripts/Commands/SetAnimBool.cs
  4. 6
      Assets/Fungus/Animation/Scripts/Commands/SetAnimFloat.cs
  5. 6
      Assets/Fungus/Animation/Scripts/Commands/SetAnimInteger.cs
  6. 6
      Assets/Fungus/Animation/Scripts/Commands/SetAnimTrigger.cs
  7. 6
      Assets/Fungus/Audio/Editor/ControlAudioEditor.cs
  8. 6
      Assets/Fungus/Audio/Scripts/Commands/ControlAudio.cs
  9. 6
      Assets/Fungus/Audio/Scripts/Commands/PlayMusic.cs
  10. 6
      Assets/Fungus/Audio/Scripts/Commands/PlaySound.cs
  11. 6
      Assets/Fungus/Audio/Scripts/Commands/PlayUsfxrSound.cs
  12. 6
      Assets/Fungus/Audio/Scripts/Commands/SetAudioPitch.cs
  13. 6
      Assets/Fungus/Audio/Scripts/Commands/SetAudioVolume.cs
  14. 6
      Assets/Fungus/Audio/Scripts/Commands/StopMusic.cs
  15. 6
      Assets/Fungus/Audio/Scripts/MusicController.cs
  16. 6
      Assets/Fungus/Camera/Editor/CameraMenuItems.cs
  17. 6
      Assets/Fungus/Camera/Editor/ViewEditor.cs
  18. 6
      Assets/Fungus/Camera/Scripts/CameraController.cs
  19. 6
      Assets/Fungus/Camera/Scripts/Commands/FadeScreen.cs
  20. 6
      Assets/Fungus/Camera/Scripts/Commands/FadeToView.cs
  21. 6
      Assets/Fungus/Camera/Scripts/Commands/Fullscreen.cs
  22. 6
      Assets/Fungus/Camera/Scripts/Commands/MoveToView.cs
  23. 6
      Assets/Fungus/Camera/Scripts/Commands/ShakeCamera.cs
  24. 6
      Assets/Fungus/Camera/Scripts/Commands/StartSwipe.cs
  25. 6
      Assets/Fungus/Camera/Scripts/Commands/StopSwipe.cs
  26. 6
      Assets/Fungus/Camera/Scripts/View.cs
  27. 6
      Assets/Fungus/Flowchart/Editor/AssetModProcessor.cs
  28. 6
      Assets/Fungus/Flowchart/Editor/BlockEditor.cs
  29. 6
      Assets/Fungus/Flowchart/Editor/BlockInspector.cs
  30. 6
      Assets/Fungus/Flowchart/Editor/CallEditor.cs
  31. 6
      Assets/Fungus/Flowchart/Editor/CommandEditor.cs
  32. 6
      Assets/Fungus/Flowchart/Editor/CommandListAdaptor.cs
  33. 6
      Assets/Fungus/Flowchart/Editor/CustomGUI.cs
  34. 6
      Assets/Fungus/Flowchart/Editor/EditorExtensions.cs
  35. 6
      Assets/Fungus/Flowchart/Editor/EditorZoomArea.cs
  36. 6
      Assets/Fungus/Flowchart/Editor/EventHandlerEditor.cs
  37. 6
      Assets/Fungus/Flowchart/Editor/Extensions/SerializedPropertyExtensions.cs
  38. 6
      Assets/Fungus/Flowchart/Editor/FlowchartEditor.cs
  39. 6
      Assets/Fungus/Flowchart/Editor/FlowchartMenuItems.cs
  40. 6
      Assets/Fungus/Flowchart/Editor/FlowchartWindow.cs
  41. 6
      Assets/Fungus/Flowchart/Editor/FungusEditorResources.cs
  42. 6
      Assets/Fungus/Flowchart/Editor/GLDraw.cs
  43. 6
      Assets/Fungus/Flowchart/Editor/IfEditor.cs
  44. 6
      Assets/Fungus/Flowchart/Editor/InvokeEventEditor.cs
  45. 6
      Assets/Fungus/Flowchart/Editor/InvokeMethodEditor.cs
  46. 6
      Assets/Fungus/Flowchart/Editor/LabelEditor.cs
  47. 6
      Assets/Fungus/Flowchart/Editor/SetVariableEditor.cs
  48. 6
      Assets/Fungus/Flowchart/Editor/VariableEditor.cs
  49. 6
      Assets/Fungus/Flowchart/Editor/VariableListAdaptor.cs
  50. 6
      Assets/Fungus/Flowchart/Scripts/Block.cs
  51. 6
      Assets/Fungus/Flowchart/Scripts/Command.cs
  52. 6
      Assets/Fungus/Flowchart/Scripts/CommandCopyBuffer.cs
  53. 6
      Assets/Fungus/Flowchart/Scripts/Commands/Break.cs
  54. 6
      Assets/Fungus/Flowchart/Scripts/Commands/Call.cs
  55. 6
      Assets/Fungus/Flowchart/Scripts/Commands/CallMethod.cs
  56. 6
      Assets/Fungus/Flowchart/Scripts/Commands/Comment.cs
  57. 6
      Assets/Fungus/Flowchart/Scripts/Commands/Condition.cs
  58. 6
      Assets/Fungus/Flowchart/Scripts/Commands/DebugLog.cs
  59. 6
      Assets/Fungus/Flowchart/Scripts/Commands/DeleteSaveKey.cs
  60. 6
      Assets/Fungus/Flowchart/Scripts/Commands/Destroy.cs
  61. 6
      Assets/Fungus/Flowchart/Scripts/Commands/Else.cs
  62. 6
      Assets/Fungus/Flowchart/Scripts/Commands/ElseIf.cs
  63. 6
      Assets/Fungus/Flowchart/Scripts/Commands/End.cs
  64. 6
      Assets/Fungus/Flowchart/Scripts/Commands/If.cs
  65. 6
      Assets/Fungus/Flowchart/Scripts/Commands/InvokeEvent.cs
  66. 6
      Assets/Fungus/Flowchart/Scripts/Commands/InvokeMethod.cs
  67. 6
      Assets/Fungus/Flowchart/Scripts/Commands/Jump.cs
  68. 6
      Assets/Fungus/Flowchart/Scripts/Commands/Label.cs
  69. 6
      Assets/Fungus/Flowchart/Scripts/Commands/LoadScene.cs
  70. 7
      Assets/Fungus/Flowchart/Scripts/Commands/LoadVariable.cs
  71. 6
      Assets/Fungus/Flowchart/Scripts/Commands/OpenURL.cs
  72. 6
      Assets/Fungus/Flowchart/Scripts/Commands/Quit.cs
  73. 6
      Assets/Fungus/Flowchart/Scripts/Commands/RandomFloat.cs
  74. 6
      Assets/Fungus/Flowchart/Scripts/Commands/RandomInteger.cs
  75. 6
      Assets/Fungus/Flowchart/Scripts/Commands/ReadTextFile.cs
  76. 6
      Assets/Fungus/Flowchart/Scripts/Commands/Reset.cs
  77. 6
      Assets/Fungus/Flowchart/Scripts/Commands/SaveVariable.cs
  78. 6
      Assets/Fungus/Flowchart/Scripts/Commands/SendMessage.cs
  79. 6
      Assets/Fungus/Flowchart/Scripts/Commands/SetActive.cs
  80. 6
      Assets/Fungus/Flowchart/Scripts/Commands/SetSaveProfile.cs
  81. 6
      Assets/Fungus/Flowchart/Scripts/Commands/SetVariable.cs
  82. 6
      Assets/Fungus/Flowchart/Scripts/Commands/SpawnObject.cs
  83. 6
      Assets/Fungus/Flowchart/Scripts/Commands/Stop.cs
  84. 6
      Assets/Fungus/Flowchart/Scripts/Commands/StopBlock.cs
  85. 6
      Assets/Fungus/Flowchart/Scripts/Commands/StopFlowchart.cs
  86. 6
      Assets/Fungus/Flowchart/Scripts/Commands/Wait.cs
  87. 6
      Assets/Fungus/Flowchart/Scripts/Commands/While.cs
  88. 6
      Assets/Fungus/Flowchart/Scripts/EventHandler.cs
  89. 6
      Assets/Fungus/Flowchart/Scripts/EventHandlers/FlowchartEnabled.cs
  90. 6
      Assets/Fungus/Flowchart/Scripts/EventHandlers/GameStarted.cs
  91. 6
      Assets/Fungus/Flowchart/Scripts/EventHandlers/KeyPressed.cs
  92. 6
      Assets/Fungus/Flowchart/Scripts/EventHandlers/MessageReceived.cs
  93. 6
      Assets/Fungus/Flowchart/Scripts/Flowchart.cs
  94. 6
      Assets/Fungus/Flowchart/Scripts/FungusState.cs
  95. 6
      Assets/Fungus/Flowchart/Scripts/Node.cs
  96. 6
      Assets/Fungus/Flowchart/Scripts/SceneLoader.cs
  97. 6
      Assets/Fungus/Flowchart/Scripts/StringFormatter.cs
  98. 6
      Assets/Fungus/Flowchart/Scripts/Variable.cs
  99. 6
      Assets/Fungus/Flowchart/Scripts/VariableTypes/AnimatorVariable.cs
  100. 6
      Assets/Fungus/Flowchart/Scripts/VariableTypes/AudioSourceVariable.cs
  101. Some files were not shown because too many files have changed in this diff Show More

7
Assets/Fungus/Animation/Scripts/Commands/PlayAnimState.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
@ -53,6 +51,5 @@ namespace Fungus
return new Color32(170, 204, 169, 255); return new Color32(170, 204, 169, 255);
} }
} }
} }

6
Assets/Fungus/Animation/Scripts/Commands/ResetAnimTrigger.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using UnityEngine.Serialization; using UnityEngine.Serialization;

6
Assets/Fungus/Animation/Scripts/Commands/SetAnimBool.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using UnityEngine.Serialization; using UnityEngine.Serialization;

6
Assets/Fungus/Animation/Scripts/Commands/SetAnimFloat.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using UnityEngine.Serialization; using UnityEngine.Serialization;

6
Assets/Fungus/Animation/Scripts/Commands/SetAnimInteger.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using UnityEngine.Serialization; using UnityEngine.Serialization;

6
Assets/Fungus/Animation/Scripts/Commands/SetAnimTrigger.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using UnityEngine.Serialization; using UnityEngine.Serialization;

6
Assets/Fungus/Audio/Editor/ControlAudioEditor.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEditor; using UnityEditor;
using UnityEditorInternal; using UnityEditorInternal;

6
Assets/Fungus/Audio/Scripts/Commands/ControlAudio.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using UnityEngine.Serialization; using UnityEngine.Serialization;

6
Assets/Fungus/Audio/Scripts/Commands/PlayMusic.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Audio/Scripts/Commands/PlaySound.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Audio/Scripts/Commands/PlayUsfxrSound.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using System; using System;
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Audio/Scripts/Commands/SetAudioPitch.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Audio/Scripts/Commands/SetAudioVolume.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Audio/Scripts/Commands/StopMusic.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Audio/Scripts/MusicController.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using System.Collections; using System.Collections;

6
Assets/Fungus/Camera/Editor/CameraMenuItems.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using UnityEditor; using UnityEditor;

6
Assets/Fungus/Camera/Editor/ViewEditor.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEditor; using UnityEditor;
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Camera/Scripts/CameraController.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using System; using System;

6
Assets/Fungus/Camera/Scripts/Commands/FadeScreen.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Camera/Scripts/Commands/FadeToView.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Camera/Scripts/Commands/Fullscreen.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Camera/Scripts/Commands/MoveToView.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Camera/Scripts/Commands/ShakeCamera.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using System.Collections; using System.Collections;

6
Assets/Fungus/Camera/Scripts/Commands/StartSwipe.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Camera/Scripts/Commands/StopSwipe.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Camera/Scripts/View.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Editor/AssetModProcessor.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using UnityEditor; using UnityEditor;

6
Assets/Fungus/Flowchart/Editor/BlockEditor.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEditor; using UnityEditor;
using UnityEditorInternal; using UnityEditorInternal;

6
Assets/Fungus/Flowchart/Editor/BlockInspector.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using UnityEngine.Serialization; using UnityEngine.Serialization;

6
Assets/Fungus/Flowchart/Editor/CallEditor.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEditor; using UnityEditor;
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Editor/CommandEditor.cs

@ -1,8 +1,6 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEditor; using UnityEditor;
using UnityEditorInternal; using UnityEditorInternal;

6
Assets/Fungus/Flowchart/Editor/CommandListAdaptor.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
// Copyright (c) 2012-2013 Rotorz Limited. All rights reserved. // Copyright (c) 2012-2013 Rotorz Limited. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be

6
Assets/Fungus/Flowchart/Editor/CustomGUI.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using UnityEngine.Internal; using UnityEngine.Internal;

6
Assets/Fungus/Flowchart/Editor/EditorExtensions.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using System.Collections; using System.Collections;

6
Assets/Fungus/Flowchart/Editor/EditorZoomArea.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
// Original code by Martin Ecker (http://martinecker.com) // Original code by Martin Ecker (http://martinecker.com)

6
Assets/Fungus/Flowchart/Editor/EventHandlerEditor.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEditor; using UnityEditor;
using UnityEditorInternal; using UnityEditorInternal;

6
Assets/Fungus/Flowchart/Editor/Extensions/SerializedPropertyExtensions.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEditor; using UnityEditor;
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Editor/FlowchartEditor.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEditor; using UnityEditor;
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Editor/FlowchartMenuItems.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using UnityEditor; using UnityEditor;

6
Assets/Fungus/Flowchart/Editor/FlowchartWindow.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using UnityEditor; using UnityEditor;

6
Assets/Fungus/Flowchart/Editor/FungusEditorResources.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using UnityEditor; using UnityEditor;

6
Assets/Fungus/Flowchart/Editor/GLDraw.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using System.Collections; using System.Collections;

6
Assets/Fungus/Flowchart/Editor/IfEditor.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEditor; using UnityEditor;
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Editor/InvokeEventEditor.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEditor; using UnityEditor;
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Editor/InvokeMethodEditor.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using System.Collections; using System.Collections;

6
Assets/Fungus/Flowchart/Editor/LabelEditor.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEditor; using UnityEditor;
using UnityEditorInternal; using UnityEditorInternal;

6
Assets/Fungus/Flowchart/Editor/SetVariableEditor.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEditor; using UnityEditor;
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Editor/VariableEditor.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEditor; using UnityEditor;
using UnityEditorInternal; using UnityEditorInternal;

6
Assets/Fungus/Flowchart/Editor/VariableListAdaptor.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
// Copyright (c) 2012-2013 Rotorz Limited. All rights reserved. // Copyright (c) 2012-2013 Rotorz Limited. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be

6
Assets/Fungus/Flowchart/Scripts/Block.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using UnityEngine.Serialization; using UnityEngine.Serialization;

6
Assets/Fungus/Flowchart/Scripts/Command.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using UnityEngine.Serialization; using UnityEngine.Serialization;

6
Assets/Fungus/Flowchart/Scripts/CommandCopyBuffer.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Scripts/Commands/Break.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Scripts/Commands/Call.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using UnityEngine.Serialization; using UnityEngine.Serialization;

6
Assets/Fungus/Flowchart/Scripts/Commands/CallMethod.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Scripts/Commands/Comment.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Scripts/Commands/Condition.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Scripts/Commands/DebugLog.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Scripts/Commands/DeleteSaveKey.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Scripts/Commands/Destroy.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using UnityEngine.Serialization; using UnityEngine.Serialization;

6
Assets/Fungus/Flowchart/Scripts/Commands/Else.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Scripts/Commands/ElseIf.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Scripts/Commands/End.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Scripts/Commands/If.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Scripts/Commands/InvokeEvent.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using System; using System;

6
Assets/Fungus/Flowchart/Scripts/Commands/InvokeMethod.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using System.Collections; using System.Collections;

6
Assets/Fungus/Flowchart/Scripts/Commands/Jump.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using UnityEngine.Serialization; using UnityEngine.Serialization;

6
Assets/Fungus/Flowchart/Scripts/Commands/Label.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Scripts/Commands/LoadScene.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using UnityEngine.Serialization; using UnityEngine.Serialization;

7
Assets/Fungus/Flowchart/Scripts/Commands/LoadVariable.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
@ -99,5 +97,4 @@ namespace Fungus
return new Color32(235, 191, 217, 255); return new Color32(235, 191, 217, 255);
} }
} }
} }

6
Assets/Fungus/Flowchart/Scripts/Commands/OpenURL.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using Fungus; using Fungus;

6
Assets/Fungus/Flowchart/Scripts/Commands/Quit.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Scripts/Commands/RandomFloat.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Scripts/Commands/RandomInteger.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Scripts/Commands/ReadTextFile.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using Fungus; using Fungus;

6
Assets/Fungus/Flowchart/Scripts/Commands/Reset.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Scripts/Commands/SaveVariable.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Scripts/Commands/SendMessage.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using UnityEngine.Serialization; using UnityEngine.Serialization;

6
Assets/Fungus/Flowchart/Scripts/Commands/SetActive.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using UnityEngine.Serialization; using UnityEngine.Serialization;

6
Assets/Fungus/Flowchart/Scripts/Commands/SetSaveProfile.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using System; using System;

6
Assets/Fungus/Flowchart/Scripts/Commands/SetVariable.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Scripts/Commands/SpawnObject.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using UnityEngine.Serialization; using UnityEngine.Serialization;

6
Assets/Fungus/Flowchart/Scripts/Commands/Stop.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Scripts/Commands/StopBlock.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Scripts/Commands/StopFlowchart.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using System.Collections.Generic; using System.Collections.Generic;

6
Assets/Fungus/Flowchart/Scripts/Commands/Wait.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using UnityEngine.Serialization; using UnityEngine.Serialization;

6
Assets/Fungus/Flowchart/Scripts/Commands/While.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Scripts/EventHandler.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using UnityEngine.Serialization; using UnityEngine.Serialization;

6
Assets/Fungus/Flowchart/Scripts/EventHandlers/FlowchartEnabled.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Scripts/EventHandlers/GameStarted.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Scripts/EventHandlers/KeyPressed.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Scripts/EventHandlers/MessageReceived.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Scripts/Flowchart.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using UnityEngine.EventSystems; using UnityEngine.EventSystems;

6
Assets/Fungus/Flowchart/Scripts/FungusState.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Scripts/Node.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Scripts/SceneLoader.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
#if UNITY_5_0 || UNITY_5_1 || UNITY_5_2 #if UNITY_5_0 || UNITY_5_1 || UNITY_5_2

6
Assets/Fungus/Flowchart/Scripts/StringFormatter.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using System.Text; using System.Text;
using System; using System;

6
Assets/Fungus/Flowchart/Scripts/Variable.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;
using System; using System;

6
Assets/Fungus/Flowchart/Scripts/VariableTypes/AnimatorVariable.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

6
Assets/Fungus/Flowchart/Scripts/VariableTypes/AudioSourceVariable.cs

@ -1,7 +1,5 @@
/** // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
* This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
* It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
*/
using UnityEngine; using UnityEngine;

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save