mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +01:00
Add attribute handling, rework atr and shape caches.
This commit is contained in:
parent
3412786282
commit
d7dee39fab
23 changed files with 1187 additions and 300 deletions
|
|
@ -22,8 +22,8 @@ public sealed unsafe class AttributeHook : EventWrapper<Actor, Model, ModCollect
|
|||
{
|
||||
public enum Priority
|
||||
{
|
||||
/// <seealso cref="ShapeManager.OnAttributeComputed"/>
|
||||
ShapeManager = 0,
|
||||
/// <seealso cref="ShapeAttributeManager.OnAttributeComputed"/>
|
||||
ShapeAttributeManager = 0,
|
||||
}
|
||||
|
||||
private readonly CollectionResolver _resolver;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue