16 lines
207 B
C#
16 lines
207 B
C#
using System;
|
|
|
|
namespace Dungeoneer {
|
|
|
|
public sealed class Program {
|
|
|
|
public static void Main() {
|
|
Console.WriteLine("Starting");
|
|
|
|
Dungeoneer.Scripting.Run("test.py");
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|