Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ StartChanneling() [1/2]

void Terraria.Player.StartChanneling ( )
inline

Definition at line 49489 of file Player.cs.

49490 {
49491 channel = true;
49492 _channelShotCache = default(ChannelCancelKey);
49493 }
ChannelCancelKey _channelShotCache
Definition Player.cs:1523