Skip to content

baranok/objects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object prototype system

Prototype definition:

local prototypes = require 'prototypes'

return object(function(name)
	self.name = name
end)

Prototype usage:

local prototypes = require 'prototypes'

local o1 = prototypes.base('object name')

About

Objectprototypes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages