using System.Collections; using System.Collections.Generic; using UnityEngine; using Steamworks; namespace BITKit.Steamwork { public interface ISteamService { int Id { get; } ulong SteamId { get; } string Name { get; } } }