Quantcast
Channel: Programming (In-game)
Viewing all articles
Browse latest Browse all 903

What is the accessible namespace by PB block right now?

$
0
0
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)
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...
What is the accessible namespace by PB block right now?

Viewing all articles
Browse latest Browse all 903

Trending Articles