Interface ConflictFaction

A faction in a conflict.

interface ConflictFaction {
    Name: string;
    Stake: string;
    WonDays: number;
}

Properties

Properties

Name: string
Stake: string
WonDays: number