Page cover image

Clan Profile

Like what your seeing?

Introduction

Displays the icon, name and tag of a given clan

namespace HeathenEngineering.SteamworksIntegration.UI
public class ClanProfile : MonoBehaviour

Fields and Attributes

Clan

The clan to be displayed

public ClanData Clan { get; set; }

Methods

Apply

Sets the clan to be displayed

public void Apply(ClanData clan)

Last updated