8 lines
No EOL
171 B
C#
8 lines
No EOL
171 B
C#
using System.Collections.Generic;
|
|
|
|
namespace Plugin.CoreImpl.Configs
|
|
{
|
|
public class HardcodedDialogsByNpcVnumFileConfig : List<HardcodedDialogsByNpcVnum>
|
|
{
|
|
}
|
|
} |