This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
BansheeEngine
mirror of
https://github.com/larioteo/BansheeEngine.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
4101088f37
Branches
Tags
master
BansheeEngine
/
MBansheeEngine
/
Resource.cs
Resource.cs
112 B
History
Raw
1
2
3
4
5
6
namespace BansheeEngine
{
public class Resource : ScriptObject // TODO - Dummy class
{
}
}