parent
116b09b047
commit
2d70ece0cf
3 changed files with 13 additions and 10 deletions
@ -1,6 +1,11 @@ |
|||||||
|
// These usings are included by default in every source file. |
||||||
|
// See: https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/using-directive#global-modifier |
||||||
|
|
||||||
global using System; |
global using System; |
||||||
|
global using System.Collections.Generic; |
||||||
global using System.Linq; |
global using System.Linq; |
||||||
|
|
||||||
global using Godot; |
global using Godot; |
||||||
global using Godot.Collections; |
|
||||||
global using static Godot.GD; |
global using static Godot.GD; |
||||||
global using static Godot.Mathf; |
global using static Godot.Mathf; |
||||||
|
Loading…
Reference in new issue