It will happen, for sure.
- They like money - like any other Game Company out there. And they are aware of the fact that having a Sword/Musket DLC is quite profitable. Napoleonic Wars brought a completely different player base into M&B Series as well.
- They literally have Kill Info for Pistol and Rifle in the code. Even this kinda shows what they have in mind for the future.
- They like money - like any other Game Company out there. And they are aware of the fact that having a Sword/Musket DLC is quite profitable. Napoleonic Wars brought a completely different player base into M&B Series as well.
- They literally have Kill Info for Pistol and Rifle in the code. Even this kinda shows what they have in mind for the future.
C#:
public enum KillInfo : sbyte
{
...
Pistol = 10,
Musket = 11,
....
}