2
0

GameObject.cs 92 B

123456
  1. namespace BansheeEngine
  2. {
  3. public class GameObject : ScriptObject
  4. {
  5. }
  6. }