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:
64b31cf1e5
Branches
Tags
master
BansheeEngine
/
MBansheeEditor
/
DbgGizmoComponent.cs
DbgGizmoComponent.cs
112 B
History
Raw
1
2
3
4
5
6
7
8
using BansheeEngine;
namespace BansheeEditor
{
public class DbgGizmoComponent : Component
{
}
}