From 5686d7f5a2f84d69791c9738b86a01bf099d3333 Mon Sep 17 00:00:00 2001 From: Gamingtoday093 <70017362+Gamingtoday093@users.noreply.github.com> Date: Sun, 10 Oct 2021 14:02:54 +0200 Subject: [PATCH] For Configuration --- GunMultiplierModel.cs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 GunMultiplierModel.cs diff --git a/GunMultiplierModel.cs b/GunMultiplierModel.cs new file mode 100644 index 0000000..0cff563 --- /dev/null +++ b/GunMultiplierModel.cs @@ -0,0 +1,8 @@ +namespace PhaserArray.XPForKills +{ + public class GunMultiplier + { + public ushort Id { get; set; } + public float Multiplier { get; set; } + } +}