MrScautHD / Raylib-CSharp

A fast, Cross-platform Raylib C# Wrapper.
https://www.raylib.com/
MIT License
35 stars 4 forks source link

remove CSharp namespace #2

Closed danilwhale closed 2 months ago

danilwhale commented 2 months ago

removes annyoing CSharp namespace:

using Raylib_CSharp.CSharp.Audio;

becomes

using Raylib_CSharp.Audio;