Class GachaRewardEntry
A reward entry indicates an item and an amount received from gacha. Generally used for integral rewards instead of game currency.
Inherited Members
Namespace: IdleKit.Analytics
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class GachaRewardEntry
Remarks
This class exists to avoid leaking representation details to further IdleKit or partner code without requiring the analytics namespace to couple itself with other IdleKit reward classes.
Constructors
GachaRewardEntry(String, Int32)
Declaration
public GachaRewardEntry(string item, int amount)
Parameters
Type | Name | Description |
---|---|---|
String | item | |
Int32 | amount |
Methods
ToString()
Returns the reward entry as the wire format expected by the analytics backend.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |