Skip to content

WebArtWork/wrcom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wrcom

Services

import Service from 'wrcom';
class UserService extends Service {
	// this will be same for all instances and any other property of this class
	public rand = Math.floor(Math.random() * 5000);
	constructor(){
		super();
	}
}
export default UserService

About

wcom plugin for wawReact client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published