Universe.Physics.BulletSPlugin.BSAPIUnman.BulletLogger C# (CSharp) Method

BulletLogger() final private method

final private BulletLogger ( string msg ) : void
msg string
return void
        void BulletLogger(string msg)
        {
            MainConsole.Instance.Debug("[Bulletsim Unmanaged]:" + msg);
        }
BSAPIUnman