Interface IMyContractBounty
Describes bounty contract that player can take in contract block (mods interface) Player should kill other player
Inherited Members
Namespace: VRage.Game.ModAPI
Assembly: VRage.Game.dll
Syntax
public interface IMyContractBounty : IMyContract
Properties
TargetIdentityId
Gets IdentityId of target, that should be killed
Declaration
long TargetIdentityId { get; }
Property Value
Type | Description |
---|---|
System.Int64 |