forked from sin365/AxibugEmuOnline
11 lines
211 B
C#
11 lines
211 B
C#
using AxibugEmuOnline.Client.Tools;
|
|
|
|
namespace AxibugEmuOnline.Client
|
|
{
|
|
public partial class SaveFile
|
|
{
|
|
public class IdleState : SimpleFSM<SaveFile>.State
|
|
{
|
|
}
|
|
}
|
|
} |