Namespace: CreepyTowers.StatsAssembly: CreepyTowers (in CreepyTowers.exe) Version: 1.1.1.0 (1.1.1)
public Interaction(
Agent source,
Agent target,
StatAdjustment adjustment,
Nullable<BuffEffect> effect = null
)
public Interaction(
Agent source,
Agent target,
StatAdjustment adjustment,
Nullable<BuffEffect> effect = null
)
Public Sub New (
source As Agent,
target As Agent,
adjustment As StatAdjustment,
Optional effect As Nullable(Of BuffEffect) = Nothing
)
Public Sub New (
source As Agent,
target As Agent,
adjustment As StatAdjustment,
Optional effect As Nullable(Of BuffEffect) = Nothing
)
public:
Interaction(
Agent^ source,
Agent^ target,
StatAdjustment adjustment,
Nullable<BuffEffect> effect = nullptr
)
public:
Interaction(
Agent^ source,
Agent^ target,
StatAdjustment adjustment,
Nullable<BuffEffect> effect = nullptr
)
new :
source : Agent *
target : Agent *
adjustment : StatAdjustment *
?effect : Nullable<BuffEffect>
(* Defaults:
let _effect = defaultArg effect null
*)
-> Interaction
new :
source : Agent *
target : Agent *
adjustment : StatAdjustment *
?effect : Nullable<BuffEffect>
(* Defaults:
let _effect = defaultArg effect null
*)
-> Interaction