Implement ActionList::Entry#clear.
[kaya.git] / lib / games / serializer_base.rb
blobf7fd4d31ce5be0e409af92e00948b22c8c5a22b7
1 # Copyright (c) 2009 Paolo Capriotti <p.capriotti@gmail.com>
2
3 # This program is free software; you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation; either version 2 of the License, or
6 # (at your option) any later version.
8 module SerializerBase
9   
10 end