Player/Player.Ammo.cs

Partial class file for Player that currently contains no members. It defines an empty sealed partial Player class, likely intended to hold ammo-related logic but contains no code.

Rough Code
public sealed partial class Player
{
}