fixes to prefabs
This commit is contained in:
parent
1e82822d3e
commit
03aca7fcd4
2 changed files with 44 additions and 3 deletions
|
|
@ -11,9 +11,12 @@ namespace gay.lilyy.SoldAvatarBootstrap
|
|||
|
||||
public static IEnumerable<AvatarDefinition> Instances => instances;
|
||||
|
||||
|
||||
|
||||
public abstract string DisplayName { get; }
|
||||
public abstract string SystemName { get; }
|
||||
public abstract string FXLayerPath { get; }
|
||||
public virtual AvatarDefinition[] Extends => new AvatarDefinition[0];
|
||||
|
||||
public abstract bool IsApplicable(GameObject avatarRoot);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue