init: 导入项目到 meswork Gitea

This commit is contained in:
XingCheng3
2026-05-29 10:07:05 +08:00
commit ad9a4106fb
3582 changed files with 460312 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
public struct UseTriggerPlayParameter
{
public string ActCode { get; set; }
public int MaxRunFrame { get; set; }
public List<OperationResultActPlay<String, String, Int32, Int32, Int32, DataTable, String>> List_CraftAlign { get; set; }
public List<ActPlayModelVisibleAndRotation> List_CraftAlign_ModelVisibleAndRotation { get; set; }
}