8 lines
151 B
C#
8 lines
151 B
C#
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: InternalsVisibleTo("RPGCoreCommon.DropTable.Editor")]
|
|
|
|
namespace RPGCoreCommon.DropTable
|
|
{
|
|
|
|
} |