This repository has been archived on 2023-08-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tomo-old/ability/doc.go

7 lines
256 B
Go

// Package ability defines extended interfaces that elements and entities can
// support.
//
// Note that backends must give an entity that satisfies the corresponding
// entity interface to an element satisfying a given element interface.
package ability