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.
13 lines
377 B
13 lines
377 B
using System; |
|
|
|
namespace Kingo.Framework.LayerStyleConvert.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; } |
|
} |
|
}
|
|
|