Skip to content

Commit 4f2bc5a

Browse files
committed
[修改]1. 修改状态组件代理代码格式
1 parent b7cb728 commit 4f2bc5a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

GameFrameX.Core/Hotfix/Agent/StateComponentAgent.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ namespace GameFrameX.Core.Hotfix.Agent;
99
/// </summary>
1010
/// <typeparam name="TComponent">组件对象类型</typeparam>
1111
/// <typeparam name="TState">数据对象类型</typeparam>
12-
public abstract class StateComponentAgent<TComponent, TState> : BaseComponentAgent<TComponent>
13-
where TComponent : StateComponent<TState>
14-
where TState : BaseCacheState,new()
12+
public abstract class StateComponentAgent<TComponent, TState> : BaseComponentAgent<TComponent> where TComponent : StateComponent<TState> where TState : BaseCacheState,new()
1513
{
1614
/// <summary>
1715
/// 获取数据对象

0 commit comments

Comments
 (0)