Program.cs 309 B

123456789101112131415161718
  1. using System;
  2. using System.Collections.Generic;
  3. using System.IO;
  4. using System.Runtime.CompilerServices;
  5. using System.Diagnostics;
  6. [assembly: InternalsVisibleTo("MBansheeEditor")]
  7. namespace BansheeEngine
  8. {
  9. class Program
  10. {
  11. static void Start()
  12. {
  13. }
  14. }
  15. }