Browse Source

Bugfix: Updated script file template to match the new namespace

BearishSun 6 years ago
parent
commit
b2d5df9f8e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Data/EmptyCSScriptText.txt

+ 1 - 1
Data/EmptyCSScriptText.txt

@@ -1,4 +1,4 @@
-namespace BansheeEngine
+namespace bs
 {
 	public class NewComponent : ManagedComponent
 	{