-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAlias.cs
More file actions
32 lines (27 loc) · 1.06 KB
/
Alias.cs
File metadata and controls
32 lines (27 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
global using Raylib_cs;
global using static Raylib_cs.Raylib;
global using static Raylib_cs.Color;
global using static Raylib_cs.KeyboardKey;
global using static Raylib_cs.MouseButton;
global using static Raylib_cs.GamepadAxis;
global using static Raylib_cs.GamepadButton;
global using static Raylib_cs.Gesture;
global using static Raylib_cs.ConfigFlags;
global using static Raylib_cs.CameraProjection;
global using static Raylib_cs.CameraMode;
global using static Raylib_cs.TextureFilter;
global using static Raylib_cs.TextureWrap;
global using static Raylib_cs.ShaderUniformDataType;
global using static Raylib_cs.TraceLogLevel;
global using static Raylib_cs.MaterialMapIndex;
global using static Raylib_cs.CubemapLayout;
global using static Raylib_cs.PixelFormat;
global using Newtonsoft.Json;
global using NLua;
global using Leaf.UI;
global using Leaf.Events;
global using System.Numerics;
global using CreatureBattler.Structure;
global using CreatureBattler.Structure.Components;
global using static CreatureBattler.Resources;
global using static CreatureBattler.Utility;