Archetype.AttachmentData.GetAttachmentActionInfo C# (CSharp) Метод

GetAttachmentActionInfo() публичный абстрактный Метод

public abstract GetAttachmentActionInfo ( ISource source, ITarget target, Archetype.GameState gameState ) : Archetype.ActionInfo
source ISource
target ITarget
gameState Archetype.GameState
Результат Archetype.ActionInfo
        public abstract ActionInfo GetAttachmentActionInfo(ISource source, ITarget target, GameState gameState);
    }