inspiration, nothing more
- roar of the kha
- leonin sun standard
- slagwurm armor
- sword of kaldra
{ | |
"GameGlobals": { | |
"AlignmentTypes": [ | |
"None", | |
"LawfulGood", | |
"LawfulNeutral", | |
"LawfulEvil", | |
"NeutralGood", | |
"TrueNeutral", | |
"NeutralEvil", |
using System; | |
using System.Collections.Generic; | |
namespace RandomRPG | |
{ | |
public static class Log | |
{ | |
public static void Write(string text) | |
{ | |
Console.WriteLine(text); |
using System.Collections.Generic; | |
using System.Text; | |
namespace Wikimedia.Api | |
{ | |
public EFile | |
{ | |
Abstract = 0, | |
AllTitles, | |
Babel, |
/* Program.cs | |
* License: NCSA | |
* Author: Merijn Hendriks | |
*/ | |
using System; | |
using System.Diagnostics; | |
using System.Runtime.InteropServices; | |
namespace TriggerBSOD |
/* ModuleLoader.cs | |
* license: NCSA | |
* author: Merijn Hendriks | |
*/ | |
using System.Collections.Generic; | |
using System.IO; | |
using System.Linq; | |
using System.Reflection; |
/* CommandSystem.cs | |
* License: NCSA Open Source | |
* Author: Merijn Hendriks | |
*/ | |
namespace App | |
{ | |
public class CommandSystem : ISystem | |
{ | |
List<ICommand> Commands; |
/* mod.js | |
* license: NCSA | |
* copyright: Senko's Pub | |
* website: https://www.guilded.gg/senkospub | |
* authors: | |
* - Senko-san (Merijn Hendriks) | |
*/ | |
class Mod | |
{ |