Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/翼LowerArmD.cs
2026-01-09 12:09:46 +05:00

10 lines
114 B
C#

using System;
namespace SlaveMatrix
{
[Serializable]
public class LowerArmD : LowerArmD
{
}
}