/// <summary> /// 特殊外力名称 /// </summary> public class ForceNames { /// <summary> /// 投抛外力 /// </summary> public const string Throw = "throw"; }