Add templates

This commit is contained in:
Justin Edmund 2020-09-16 03:43:39 -07:00
parent 25ba612742
commit 68a29f4941
3 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,6 @@
object @weapon
attributes :id,
:party_id,
:weapon_id,
:position

View file

@ -0,0 +1,3 @@
object :party
attributes :id, :shortcode

View file

@ -0,0 +1,3 @@
object @party
extends 'api/v1/party/base'