mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 05:48:46 +08:00
Add support to export pimg file as PSD file
This commit is contained in:
@@ -651,6 +651,10 @@ pub struct PsbListFixed {
|
||||
}
|
||||
|
||||
impl PsbListFixed {
|
||||
pub fn new() -> Self {
|
||||
PsbListFixed { values: vec![] }
|
||||
}
|
||||
|
||||
/// Converts this PSB list to a original PSB list.
|
||||
pub fn to_psb(self, warn_on_none: bool) -> PsbList {
|
||||
let v: Vec<_> = self
|
||||
|
||||
Reference in New Issue
Block a user