年度变更建库软件5.0版本
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
369 B

4 months ago
using System;
namespace Kingo.Plugin.ShapeToKOApp.XSDClass
{
// Token: 0x0200000C RID: 12
public abstract class FSymbol : Symbol
{
// Token: 0x1700003A RID: 58
// (get) Token: 0x06000080 RID: 128 RVA: 0x00002A58 File Offset: 0x00000C58
// (set) Token: 0x06000081 RID: 129 RVA: 0x00002A6F File Offset: 0x00000C6F
public LSymbol Outline { get; set; }
}
}