Show / Hide Table of Contents

Class RewardResult

Inheritance
System.Object
RewardResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: StoryVerse
Assembly: Assembly-CSharp.dll.dll
Syntax
public class RewardResult

Fields

Day

Declaration
public int Day
Field Value
Type Description
System.Int32

IsEmpty

Declaration
public bool IsEmpty
Field Value
Type Description
System.Boolean

Reward

Declaration
public List<DailyReward> Reward
Field Value
Type Description
System.Collections.Generic.List<DailyReward>
Back to top Generated by DocFX