Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
fixed method of tpl script wrong issue
Browse files Browse the repository at this point in the history
  • Loading branch information
michael811125 committed Oct 24, 2023
1 parent 8641835 commit 31c80ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class #SCRIPTNAME# : InfiniteCell
*/
}

public override void OnUpdate()
public override void OnRefresh()
{
// Get data
#SCRIPTNAME#Data cellData = this.CellData.data as #SCRIPTNAME#Data;
Expand Down

0 comments on commit 31c80ba

Please sign in to comment.