20 lines
250 B
C#
20 lines
250 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
using MoonSharp.Interpreter;
|
|
using Microsoft.Xna.Framework;
|
|
|
|
namespace Barotrauma
|
|
{
|
|
|
|
public static class LuaCustomConverters
|
|
{
|
|
|
|
public static void RegisterAll()
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
}
|