Newer
Older
DungeonShooting / DungeonShooting_Godot / src / game / activity / ForceNames.cs
@小李xl 小李xl on 19 Sep 2023 182 bytes 武器子弹击退效果
  1.  
  2. /// <summary>
  3. /// 特殊外力名称
  4. /// </summary>
  5. public class ForceNames
  6. {
  7. /// <summary>
  8. /// 投抛外力
  9. /// </summary>
  10. public const string Throw = "throw";
  11. }