diff options
Diffstat (limited to 'Resources/DefaultContent/Libraries/Framework/Core/Camera.lua')
-rw-r--r-- | Resources/DefaultContent/Libraries/Framework/Core/Camera.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Resources/DefaultContent/Libraries/Framework/Core/Camera.lua b/Resources/DefaultContent/Libraries/Framework/Core/Camera.lua new file mode 100644 index 0000000..5fcfbe7 --- /dev/null +++ b/Resources/DefaultContent/Libraries/Framework/Core/Camera.lua @@ -0,0 +1,5 @@ +local Camera = {} + + + +return Camera
\ No newline at end of file |