Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
How to rename the closest building
ArenMook
Feb 6th, 2016
796
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C#
0.12 KB
| None
|
0
0
raw
download
clone
embed
print
report
/
exe
foreach
(
GameUnit u
in
ShipCameraTarget
.
target
.
sightRangeList
)
if
(
u
is
GameBuilding
)
{
u
.
Rename
(
"Something"
)
;
break
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐⭐Free Giftcards Method⭐⭐
Java | 1 min ago | 0.15 KB
💎 Free Crypto Method 💎
JavaScript | 1 min ago | 0.24 KB
⭐⭐⭐Crypto Accounts⭐⭐
Java | 2 min ago | 0.15 KB
💎 INSTANT MONEY EXPLOIT 💎
JavaScript | 3 min ago | 0.24 KB
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐
Java | 4 min ago | 0.15 KB
🔥 EASY PROFIT GUIDE ✅ Working 🔥
JavaScript | 5 min ago | 0.24 KB
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐
Java | 5 min ago | 0.15 KB
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐
Java | 7 min ago | 0.15 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!