| 123456789101112131415161718 |
- using System;
- using System.Collections.Generic;
- using System.IO;
- using System.Runtime.CompilerServices;
- using System.Diagnostics;
- [assembly: InternalsVisibleTo("MBansheeEditor")]
- namespace BansheeEngine
- {
- class Program
- {
- static void Start()
- {
- }
- }
- }
|