Class RateMyAppDefaultControllerSettings.PromptConstraints
Inheritance
System.Object
RateMyAppDefaultControllerSettings.PromptConstraints
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VoxelBusters.EssentialKit
Assembly: cs.temp.dll.dll
Syntax
public class PromptConstraints
Constructors
PromptConstraints(Int32, Int32)
Declaration
public PromptConstraints(int minHours, int minLaunches)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | minHours | |
System.Int32 | minLaunches |
Properties
MinHours
Declaration
public int MinHours { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
MinLaunches
Declaration
public int MinLaunches { get; }
Property Value
Type | Description |
---|---|
System.Int32 |