|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | OnPreUpdateAllProjectiles () |
| void | AddChumLocation (Vector2 spot) |
| int | GetChumsInLocation (Point tileCoords) |
Private Attributes | |
| Dictionary< Point, int > | _chumCountsPendingForThisFrame = new Dictionary<Point, int>() |
| Dictionary< Point, int > | _chumCountsFromLastFrame = new Dictionary<Point, int>() |
Definition at line 6 of file ChumBucketProjectileHelper.cs.