Struct HudBindingCompilerTests.FakeWeaponSnapshot
Inherited Members
Namespace: Serenity.GameUi.Tests.Application
Assembly: Tests.dll
Syntax
public readonly struct HudBindingCompilerTests.FakeWeaponSnapshot
Constructors
FakeWeaponSnapshot(int, int)
Declaration
public FakeWeaponSnapshot(int currentAmmo, int maxCapacity)
Parameters
| Type | Name | Description |
|---|---|---|
| int | currentAmmo | |
| int | maxCapacity |
Fields
CurrentAmmo
Declaration
public readonly int CurrentAmmo
Field Value
| Type | Description |
|---|---|
| int |
MaxCapacity
Declaration
public readonly int MaxCapacity
Field Value
| Type | Description |
|---|---|
| int |