cull(engine-cleanup): pass-8 phase-2 cascade round 1
[trim] fully-unreachable files deleted: 6 [trim] files edited: 55, files deleted: 0, nodes removed: 244 [type-trim] files edited: 1, types removed: 1 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -15,13 +15,6 @@ public class CardCreateTask : BaseTask
|
||||
base.type = ApiType.Type.CardCreate;
|
||||
}
|
||||
|
||||
public void SetParameter(IDictionary<string, string> card_id_number_dict)
|
||||
{
|
||||
CardCreateTaskParam cardCreateTaskParam = new CardCreateTaskParam();
|
||||
cardCreateTaskParam.card_id_number_array = JsonMapper.ToJson(card_id_number_dict);
|
||||
base.Params = cardCreateTaskParam;
|
||||
}
|
||||
|
||||
protected override int Parse()
|
||||
{
|
||||
int num = base.Parse();
|
||||
|
||||
Reference in New Issue
Block a user