OpponentFlyweight
        
        extends BaseComponent
    
    
            
            in package
            
        
    
    
    
Table of Contents
Properties
Properties
$id
    public
        int|null
    $id
    
        ID ofthe opponent
$in_use
    public
        bool|null
    $in_use
    
        indicates of the opponent is currently being used
$name
    public
        string|null
    $name
    
        Name of the opponent
$fields
    protected
    static    array<string|int, string>
    $fields
     = ["id" => "int", "name" => "string", "in_use" => "bool"]