UNPKG

@nativewrappers/redm

Version:

Native wrappers and utilities for use with RedM.

12 lines (11 loc) 266 B
var __defProp = Object.defineProperty; var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); import { BaseEntity } from "./BaseEntity"; class Prop extends BaseEntity { static { __name(this, "Prop"); } } export { Prop };