Interface IMyContractRepair
Describes repair contract that player can take in contract block (mods interface) Player have to completely repair grid for getting reward
Inherited Members
Namespace: VRage.Game.ModAPI
Assembly: VRage.Game.dll
Syntax
public interface IMyContractRepair : IMyContract
Properties
GridId
Gets grid id, that should be repaired
Declaration
long GridId { get; }
Property Value
Type | Description |
---|---|
System.Int64 |