9 lines
86 B
C#
9 lines
86 B
C#
using System;
|
|
|
|
namespace SlaveMatrix;
|
|
|
|
[Serializable]
|
|
public class 翼手D : 手D
|
|
{
|
|
}
|