pk3DS/pk3DS.Core/Randomizers/MoveInfoRandomizer.cs
Kurt fa5bdee781 Refactoring
use new randomization objects in other forms
re-standardize namespaces a little
2017-09-09 22:16:55 -07:00

12 lines
175 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace pk3DS.Core.Randomizers
{
public class MoveInfoRandomizer
{
}
}