mirror of
https://github.com/roflmuffin/CounterStrikeSharp.git
synced 2025-12-08 08:56:34 -08:00
27 lines
929 B
C#
27 lines
929 B
C#
// <auto-generated />
|
|
#nullable enable
|
|
#pragma warning disable CS1591
|
|
|
|
using System;
|
|
using System.Diagnostics;
|
|
using System.Drawing;
|
|
using CounterStrikeSharp;
|
|
using CounterStrikeSharp.API.Modules.Events;
|
|
using CounterStrikeSharp.API.Modules.Entities;
|
|
using CounterStrikeSharp.API.Modules.Memory;
|
|
using CounterStrikeSharp.API.Modules.Utils;
|
|
using CounterStrikeSharp.API.Core.Attributes;
|
|
|
|
namespace CounterStrikeSharp.API.Core;
|
|
|
|
[GenerateAutomaticInterface]
|
|
public partial class CBodyComponentBaseModelEntity : CBodyComponentSkeletonInstance, ICBodyComponentBaseModelEntity
|
|
{
|
|
public CBodyComponentBaseModelEntity (IntPtr pointer) : base(pointer) {}
|
|
|
|
// __m_pChainEntity
|
|
[SchemaMember("CBodyComponentBaseModelEntity", "__m_pChainEntity")]
|
|
public CNetworkVarChainer __m_pChainEntity => Schema.GetDeclaredClass<CNetworkVarChainer>(this.Handle, "CBodyComponentBaseModelEntity", "__m_pChainEntity");
|
|
|
|
}
|