Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
cyq1162 committed Mar 11, 2020
1 parent 11682fb commit 5dde01a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Table/Extension/MDataProperty.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public override bool CanResetValue(object component)
{
return false;
}
[NonSerialized]
public override Type ComponentType
{
get
Expand All @@ -45,7 +44,7 @@ public override void ResetValue(object component)
{

}
[NonSerialized]
//[NonSerialized]
public override Type PropertyType
{
get { return cell.Struct.ValueType; }
Expand Down

0 comments on commit 5dde01a

Please sign in to comment.