Interface IUnlockableAsset
Inherited Members
Namespace: SociallyDistant.Core.Core
Assembly: SociallyDistant.Framework.dll
Syntax
public interface IUnlockableAsset : INamedAsset, IGameContent
Methods
CanUnlock(ISkillTree)
Declaration
bool CanUnlock(ISkillTree skills)
Parameters
| Type | Name | Description |
|---|---|---|
| ISkillTree | skills |
Returns
| Type | Description |
|---|---|
| bool |
IsUnlocked(ISkillTree)
Declaration
bool IsUnlocked(ISkillTree skills)
Parameters
| Type | Name | Description |
|---|---|---|
| ISkillTree | skills |
Returns
| Type | Description |
|---|---|
| bool |
Unlock(ISkillTree)
Declaration
bool Unlock(ISkillTree skills)
Parameters
| Type | Name | Description |
|---|---|---|
| ISkillTree | skills |
Returns
| Type | Description |
|---|---|
| bool |