mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-11 14:14:57 -05:00
8 lines
158 B
C#
8 lines
158 B
C#
namespace PKHeX.Core
|
|
{
|
|
public sealed class Box8 : SaveBlock
|
|
{
|
|
public Box8(SaveFile sav, SCBlock block) : base(sav, block.Data) { }
|
|
}
|
|
}
|