Skip to content

Commit f18909a

Browse files
committed
[修复]1. 修复字段没有给子类开放权限的BUG
1 parent a041a81 commit f18909a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GameFrameX.Core/Components/StateComponent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ protected virtual async Task ActiveReadStateAsync()
120120
/// <summary>
121121
/// 是否创建默认数据
122122
/// </summary>
123-
protected bool IsCreateDefaultState { get; } = true;
123+
protected virtual bool IsCreateDefaultState { get; set; } = true;
124124

125125
/// <summary>
126126
/// 准备状态

0 commit comments

Comments
 (0)