Today when I check my script I've noticed a few things:
Here is the namespace I using for in-game programming in SE (I just copy the guidance setting for VS)
What is the accessible namespace by PB block right now?
Here is the namespace I using for in-game programming in SE (I just copy the guidance setting for VS)
Code:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Sandbox.Common; using Sandbox.Common.Components; using Sandbox.Common.ObjectBuilders; using Sandbox.Definitions; using Sandbox.Engine; using Sandbox.ModAPI.Ingame; using Sandbox.ModAPI.Interfaces; using...